git pull fails “unable to resolve reference” “unable to update local ref”
Try cleaning-up your local repository with: $ git gc –prune=now $ git remote prune origin man git-gc(1): git-gc – Cleanup unnecessary files and optimize the local repository git gc [–aggressive] [–auto] [–quiet] [–prune=<date> | –no-prune] Runs a number of housekeeping tasks within the current repository, such as compressing file revisions (to reduce disk space and … Read more