我在Mac OS X Mountain Lion上使用git版本:
git version 1.7.11.3我完全按照本教程所说的去做(除了关于密码的部分),并且在使用'push‘命令时一直收到错误。
教程:https://help.github.com/articles/set-up-git教程2: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,如果这对我有帮助的话。
发布于 2012-08-12 13:00:20
看看你的GitHub账号,我没有看到"Hello-World“的回购。您需要在您的账号中点击[新建仓库],添加一个名为Hello-World的仓库。
https://stackoverflow.com/questions/11919714
复制相似问题