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
None of the other suggestions worked for me, but this did:
sudo git reflog expire --expire=now --all && sudo git gc --prune=now --aggressive