git unable to find remote helper for 'http'

Centos6.5 

编译git的代码,make && make install ,没有引起什么异常, 但使用的时候报错:

    git unable to find remote helper for 'http'

解决方法:

https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone/13018777#13018777

安装curl-devel(虽然编译安装git一般都会提示需要安装这个,但总会有漏掉的时候)

猜你喜欢

转载自blog.csdn.net/wangweidong_1991/article/details/87343281