Back
When I run a simple git pull command, I get this error:
unable to resolve reference refs/remotes/origin
This happens when there are unnecessary files in your system, so clean-up your local repository with the following commands:
$ git gc --prune=now$ git remote prune origin
$ git gc --prune=now
$ git remote prune origin
Hope this answer helps you!
31k questions
32.8k answers
501 comments
693 users