> $ git add C:\\test\\file <-- this fails despite exit code 0 [Bill Smith] Does it work if you do:
git add c:/test/file We use the mixed mode paths extensively with Cygwin in our environment and it works well. We have the issue of having to work with non-Cygwin aware Windows programs.