2019-09-18 git pull fails “unabl
2019-10-08 本文已影响0人
古月的小七
关于git遇到的一个小问题记录一下:
https://stackoverflow.com/questions/2998832/git-pull-fails-unable-to-resolve-reference-unable-to-update-local-ref
Try to clean-up your local repository
- git gc --prune=now
- git remote prune origin
- git pull