Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git unable to update local ref

git gc --prune=now
git remote prune origin
rm .git/refs/remotes/origin/master
git fetch
git pull origin master
 
PREVIOUS NEXT
Tagged: #git #unable #update #local #ref
ADD COMMENT
Topic
Name
6+3 =