2019-09-18 git pull fails “unable to resolve reference” “unable to update local ref”

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

  1. git gc --prune=now
  2. git remote prune origin
  3. git pull

你可能感兴趣的:(2019-09-18 git pull fails “unable to resolve reference” “unable to update local ref”)