-
-
Notifications
You must be signed in to change notification settings - Fork 300
Description
When I try to download this Git repository to windows (using TortoiseGit) it fails with an error message about a folder with a colon in it:
git.exe clone -v "git://github.com/bnd/bnd.git" "D:\Stijn\workspace\bnd"
Receiving objects: 100% (1486/1486), 60.39 MiB | 1.58 MiB/s
Resolving deltas: 100% (332/332)
Resolving deltas: 100% (332/332), done.
remote: Compressing objects: 100% (1149/1149)
remote: Compressing objects: 100% (1149/1149), done.
remote: Total 1486 (delta 332), reused 1063 (delta 140)
fatal: cannot create directory at 'biz.aQute.bndlib/test/maven-repo/org/apache/felix/maven-bundle-plugin/1.4.0-SNAPSHOT/maven-metadata-http:': Invalid argument
Creating a folder with a colon in it is not possible in Windows Explorer, neither can it be done from the command line. In both cases Windows will complain about the colon being an illegal character in a folder name. Maybe you can rename that folder so people on Windows can download as well?