Git Error — Unable to update local refs
- This error happens during git pull or git fetch operations
Troubleshoot
Make sure your SSH keys are available in both Github and local directory
git gc — prune=now
This removes any duplicate reference objects which should fix the issue.
git remote prune origin

