fuzzdata icon indicating copy to clipboard operation
fuzzdata copied to clipboard

Git clone fails on windows

Open goldstar611 opened this issue 3 years ago • 0 comments

Some of the corpus file names are not valid on Windows and checkout fails. The first invalid path that git encounters is samples/bitcoin/id:000000,orig:a.0

C:\Users\user\Desktop>git clone https://github.com/MozillaSecurity/fuzzdata.git
Cloning into 'fuzzdata'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (11/11), done.
Rremote: Total 54949 (delta 7), reused 11 (delta 4), pack-reused 54933
Receiving objects: 100% (54949/54949), 663.60 MiB | 5.80 MiB/s, done.
Resolving deltas:  16% (1233/7701)
Resolving deltas: 100% (7701/7701), done.
error: invalid path 'samples/bitcoin/id:000000,orig:a.0'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

goldstar611 avatar Mar 12 '21 15:03 goldstar611