You might have changed your repository name
In your local repository edit the file:
.git/config
Then check:
[remote "origin"]
url =
that the URL matches your remote repository
本文介绍了一种常见的GitHub仓库同步错误及其解决方案。当遇到“did you run git update-server-info error”时,可以通过检查本地仓库配置文件 .git/config 中远程仓库地址是否与实际地址一致来解决问题。
http://stackoverflow.com/questions/9343189/did-you-run-git-update-server-info-error-on-a-github-repository
|
You might have changed your repository name In your local repository edit the file:
Then check:
that the URL matches your remote repository |
1万+
2936
571

被折叠的 条评论
为什么被折叠?