git push error"致命:无法找到'https'的远程助手"

hrz*_*hrz 8 github

我添加了远程原点,如:

git remote add origin https://github.com/username/repo.git
Run Code Online (Sandbox Code Playgroud)

当我推送git存储库时,我收到此错误:

git push -u origin master
fatal: Unable to find remote helper for 'https'
Run Code Online (Sandbox Code Playgroud)

我在Ubuntu 10.04.4 LTS上的git 1.7.1

任何想法,非常感谢

Car*_*fla 9

如果您从源代码编译git,请务必先安装此软件包:

apt-get install libcurl4-openssl-dev


hrz*_*hrz 1

经过大量搜索,答案是你需要 git 版本 1.7.7

无法更新 RVM - “致命:无法找到‘http’的远程帮助程序”