fatal: Unable to find remote helper for 'https'

如果出现这样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
原文地址:https://www.cnblogs.com/qiutianyou/p/9501838.html