I'm trying to do a git pull
and am running into the dreaded "unlink of file xxx failed" error.
I've tried ProcessExplorer as defined in this answer; using the find function doesn't return any process using the file in question.
I've also tried running git gc
as mentioned in this answer, and it runs, but I still get the error.
I have write permissions to the file in question.
Any other suggestions? This is causing a major problem.