79148322

Date: 2024-11-01 14:23:39
Score: 2
Natty:
Report link

None of the higher answers worked for me (and I don't have enough reputation to comment on this one). I've had chronic problems with git on Windows due to its case-insensitive filesystem, and this ended up manifesting as one of the likely symptoms. I received the lock-of-death message despite no lock existing when I attempted to

git fetch --prune

and the only solution was to delete my tracking branches:

git branch -d --remote origin/...

and then try again.

Reasons:
  • Blacklisted phrase (1): to comment
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation to comment
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: avigt