git push的时候报Unable to find remote helper for 'https'的错误
摘要:
在ubuntu下使用git push代码到github上的时候报Unable to find remote helper for 'https'的错误。 我的解决方法是重装git 1.7.7的版本。 具体实现: sudo apt-get remove git-core wgethttp://git-core.googlecode.com/files/git-1.7.7.tar.gz sudo apt-get build-dep git-core tar xvzf git-1.7.7.tar.gz cd git-1.7.7/ ./configure make sudo ... 阅读全文
posted @ 2012-08-09 14:59 TonyCoolZhu 阅读(2610) 评论(0) 推荐(0)
浙公网安备 33010602011771号