Git error - (unable to update local ref

0 votes
396 views
added Jan 6, 2020 in Git by lcjr First Warrant Officer (11,790 points)
Try couple of following commands:
git gc --prune=now
git remote prune origin

Else, just use:
git pull origin master

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...