我在使用 git 版本的 Mac OS X Mountain Lion 上:
git version 1.7.11.3
我完全按照本教程所说的内容(关于密码的部分除外)并且在使用“push”命令时不断出错。
教程:https ://help.github.com/articles/set-up-git 教程二:https ://help.github.com/articles/create-a-repo
当我在教程的第二页输入最终命令时:
git push origin master
我收到此错误:
fatal: https://github.com/tabchas/Hello-World.git/info/refs not found: did you run git update-server-info on the server?
如果有帮助的话,我通过 Homebrew 安装了 git。