系统是centos5
搜了一下,要装curl的,可是俺已经装了啊?
卸载git,再装,再试,无意中发现一个提示,没有权限执行 git-remote-https,啊哈?
找到这个文件所在目录 /usr/libexec/git-core,加入到PATH里头,搞定!
解决git的这个错误:fatal: Unable to find remote helper for 'https'
原文:http://lonelyprogram.blog.51cto.com/6246243/1355275