I'm trying to pull a commit made on a Linux machine into a Windows machine. I'm getting this error message:
error: git checkout-index: unable to create file my/folder/name/: (Invalid argument)
On the Linux machine there appeared to be 2 such 'name' folders called: 'name'
and 'Name'
. Even after uniting them under 'name'
and re-committing, I still get the same error message.
On Windows I have git version 1.7.3.1.msysgit.0 and on Linux I have git version 1.7.5.4.
I did find a bunch of seemingly related SO questions of this nature, but none had a clear or relevant solution.
UPDATE: The files are hosted on a remote hosting service so that both Windows and Linux machines pull from the remote repo.