Closed maybeec closed 9 years ago
It seems to be the filename. I removed all special signs from the path. The relative file path has the length 217. The absolute file path on the file system is of length 283.
You can have a try with optional long path support, see https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-filedirectory-with-a-long-path.
any risks or why to state this as optional and have not integrated this yet?
from the commit message:
While improved error checking is always active, long paths support must be explicitly enabled via 'core.longpaths' option. This is to prevent end users to shoot themselves in the foot by checking out files that Windows Explorer, cmd/bash or their favorite IDE cannot handle.
ok thanks :) nice comment. Again a case, where windows drawbacks affects also other tooling.
I am currently using 1.9.4.msysgit.2 and getting the following exception when adding a file to source control using msysgit:
Do not ask for the need of the special signs within the file path :) As far as I have read older issues, there were issues, which already covered filename length. So maybe this is also an issue of some of the special signs?