Closed einmalfel closed 9 years ago
.../aux.py (No such file or directory)
The name aux
is not allowed as file name on NTFS. I am sorry, there is nothing Git can do about that...
I'm not sure why this file would have been an attempted add...I performed no such request...is this an issue?
With filenames aux
, that's why I cannot checkout the source code of linux kernel on Windows.
O, really?? I knew this Windows is a weird thing! Thanks for clarification and sorry for disturbance! Closing the issue..
You might be able to work around this as discussed in this thread, i.e. using sparse checkout or pre-editing of the Git index to avoid invalid filenames.
If you are successful with that strategy, a document on https://github.com/git-for-windows/git/wiki to describe it would be much appreciated.
Hello!
I've got following problem trying to use git on windows with one of my github repositories (for other repos it works fine): After cloning repo, git status shows all files are both deleted and untracked while files are actually present on file system. I have also noticed (not sure this is relevant) that file .git/index is absent. Git reset says:
The repository (https://github.com/einmalfel/git-aflow) doesn't contain files with names longer than 260 chars, nor it contains files with non-ASCII names.
Problem was reproduced with two git builds: