博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'
阅读量:5080 次
发布时间:2019-06-12

本文共 477 字,大约阅读时间需要 1 分钟。

当你编译安装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

转载于:https://www.cnblogs.com/zhiyingzhou/p/6103735.html

你可能感兴趣的文章
activemq Linux下的编译
查看>>
危机意识
查看>>
黑马程序员——5 数据类型
查看>>
es6学习--变量的解构赋值
查看>>
mysql
查看>>
js函数定义方式
查看>>
LevelListDrawable
查看>>
php时间戳
查看>>
关于tomcat session机制梳理
查看>>
2015年北京大学软件project学科优秀大学生夏令营上机考试---C:单词翻转面试题...
查看>>
Github协作图想
查看>>
[USACO07OPEN]吃饭Dining
查看>>
VC6.0在Win8,10下的兼容性调整
查看>>
2-String to Integer (atoi)
查看>>
iOS 浅赋值、深复制、全然复制的知识点梳理验证(附加归档解档)
查看>>
s:actionmessage页面样式失效
查看>>
android v7包的关联
查看>>
程序员之路
查看>>
websql vs indexdb
查看>>
jsp的常用指令有哪些(编译指令/动作指令整理)
查看>>