首页 > Web开发 > 详细

fatal: Unable to find remote helper for 'https'

时间:2018-08-19 17:26:54      阅读:237      评论:0      收藏:0      [点我收藏+]

如果出现这样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'

原文:https://www.cnblogs.com/qiutianyou/p/9501838.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!