2486 shaares
83 private links
83 private links
Check whether .git/config contains
[remote "origin"]
url = …
fetch = +refs/heads/master:refs/remotes/origin/master
If so, change it to say
[remote "origin"]
url = …
fetch = +refs/heads/:refs/remotes/origin/
Then you should be able to use it: