【发布时间】:2013-12-14 18:36:57
【问题描述】:
当我尝试从存储库中提取更改时突然出现此错误:
git pull
fatal: http://guthub.com/msalsas/BunchOfColors/info/refs not valid: is this a git repository?
似乎是一个错字(“guthub”),因为如果我这样做:
git pull http://github.com/msalsas/BunchOfColors
它有效。问题是我不知道什么可能导致这个问题以及如何解决它。 我之前一直在使用这个 repo,并且毫无问题地进行更改。
【问题讨论】:
-
@Rob - 这是一个问题吗?这就是我正在做的事情:我正在将存储库拉到服务器中。存储库参考位于github.com/msalsas/BunchOfColors
-
应该仔细阅读这篇文章。