-
-
Save otengkwame/68a437161a3d3768fe9eea93d4e885b0 to your computer and use it in GitHub Desktop.
When you get update_ref failed for ref error in git.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rename from 'C:/Users/Repos/phishfoodvr/.git/refs/remotes/origin/CHA/main.lock' to 'C:/Users/Repos/phishfoodvr/.git/refs/remotes/origin/CHA/main' failed. Should I try again? (y/n) n | |
# error: update_ref failed for ref 'refs/remotes/origin/CHA/main': couldn't set 'refs/remotes/origin/CHA/main' | |
$ cd $(git rev-parse --show-toplevel) # if necessary | |
$ rm -rf .git/refs/remotes/origin # remove all origin/* | |
$ mkdir .git/refs/remotes/origin # create empty origin/ | |
$ git fetch origin # repopulate origin/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment