下載源代碼安裝后,git clone出現“fatal unable to find remote helper for 'https'”的錯誤,懷疑是git安裝不完全
使用yum安裝,出現:
Setting up Install Process
No package git available.
Nothing to do
解決辦法:
需要先添加EPEL(Extra Packages for Enterprise Linux) repository:
|
然后yum install git
就能安裝了。