With MinGW Git on Windows, I cannot add a new folder. It repeatedly fails, saying
fatal: Will not add file alias 'newfolder/file.txt' ('newfolder/File.txt' already exists in index)
I have attempted to look for the "existing" file with git ls-files newfolder
, but it returns nothing.