Skip to content

Instantly share code, notes, and snippets.

View pgThiago's full-sized avatar
👩‍💻
Focusing

Thiago Silva pgThiago

👩‍💻
Focusing
View GitHub Profile
@lordlycastle
lordlycastle / update_refs failed.sh
Last active June 6, 2024 20:52
When you get update_ref failed for ref error in git.
# 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/*