I'm converting my SVN repo into git (bitbucket) following this tutorial: https://www.atlassian.com/git/tutorials/migrating-convert/
But I keep getting this message when runing the command : git svn clone --stdlayout --authors-file=authors.txt --prefix=origin/
The answer is somewhat explained in the comment.
260 symbolsfor file path name. So git can't create files with names longer than 260 symbols.NTFSfile system actually supports longer names(32k).my folder.ASCII Space (0x20)are saved without these characters.gitdirectory closer to the drive, in order to keep the file name within 260 symbols.whitespacedirectory manually using tools likeFAR,GnuWinwhich can make a directoryReference: