我添加了远程原点,如:
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
任何想法,非常感谢