I am using the below command to match the version in my working dir to that of master.
git checkout master -- .
It is giving the following error:
Unlink of file xyz/abc failed. Should I try again (y/n).
Fatal: cannot create directory at xyz/abc : Directory not empty
But I can see that the directory is empty.
Also I have used all the methods:
git gc
- git command to support extended length
- Giving full permissions to the folder and subfolders.
- Checked resmon, didn’t find anything else
I don’t have any IDE opened.
I am getting this even when I am running just git bash
New contributor
Sourabh Kaushal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2