1. 程式人生 > >fatal: Unable to find remote helper for 'https'

fatal: Unable to find remote helper for 'https'

sta boot eve devel curl git conf tps 報錯

如果出現這樣clone報錯的,可能是未安裝curl-devel。
依次執行安裝命令,並重新編譯git

yum install curl-devel
cd /home/tools/git-2.9.5/   #git-2.9.5.tar.gz解壓目錄
./configure
make
make install

再次嘗試一下clone。不行則重啟一下

reboot

fatal: Unable to find remote helper for 'https'