【发布时间】:2012-02-18 17:03:51
【问题描述】:
我正在使用他们网站上的 github Gui 来管理我的存储库,我收到以下错误:
fatal: https://github.com/TeaCodie/TeaCodie-Website.git/info/refs not found:
did you run git update-server-info on the server?
我该如何解决这个问题?
【问题讨论】:
-
您执行的哪些操作引发了此错误?它是一个全新的回购吗?如果是这样,您是否按照最初的说明进行首次签到?
-
@jdi:显然是
git remote add something https://github.com/username/my_project.git,然后是git push something。 -
这是 Git 所说的“未找到存储库。您可能输入了错误的内容。”哈哈
标签: git github github-for-mac