fatal: Unable to find remote helper for 'https'
Posted qiutianyou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于fatal: Unable to find remote helper for 'https'的主要内容,如果未能解决你的问题,请参考以下文章
Git出现fatal: Unable to find remote helper for 'https'
使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法
ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'
Unable to find remote helper for 'https'
git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer
git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer