I am aware that there are similar issues about git relating to the \'unable to unlink\' warning, but I have not been able to use them.
The main difference is that th
I had this error inside a virtual machine (running Ubuntu), when I tried to do git reset --hard.
git reset --hard
The fix was simply to run git reset --hard from the OS X host machine instead.