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
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 |