ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'

Posted zhiyingzhou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'相关的知识,希望对你有一定的参考价值。

当你编译安装git时因为没有安装(lib)curl-devel所以导致git clone 和 git push 都会出现这个错误

如果你安装了(lib)curl-devel,然后重新编译安装git就没有这个错误了:

$ yum install curl-devel
$ # cd to wherever the source for git is
$ cd /usr/local/src/git-1.7.9  
$ ./configure
$ make
$ make install

 在ubuntu上没有yum,所以可以到这里下载curl-devel的源代码文件:

  在ubuntu 14.04上亲测可用

引用文章地址: http://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone#answer-13018777

以上是关于ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu下git clone 出现Permission denied (publickey).

Ubuntu下使用git clone 的权限问题解决方法

ubuntu14.04 搭建git仓库记录

如何卸载ubuntu14.04 上的git

如何卸载ubuntu14.04 上的git

ubuntu下git clone 提速