That's one of the weirdest prob I've encoutered with Git. Before I deleted index.lock
file, Git tells me that this file was used by one another process and proposed me to delete this file to continue. Since I'm using Cygwin with ConEmu, it sometimes happens that my setup begins to be a bit unstable, so I removed it. But after that, If I do a git status
I see something like that :
Untracked files:
(use "git add <file>..." to include in what will be committed)
...*some file to commit*...
C:/
Of course If I try a git add .
it will never end... I was able to add the legit modified files into a commit but C:/
still there ... really weird, any idea of what to do ?