-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
At least the files in https://github.com/icl-utk-edu/papi/tree/master/src/counter_analysis_toolkit/scripts/sample_data cannot be checked out on Windows due to colon characters in file names (https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions):
D:\projects
λ git clone https://github.com/icl-utk-edu/papi.git
Cloning into 'papi'...
remote: Enumerating objects: 81502, done.
remote: Counting objects: 100% (85/85), done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 81502 (delta 56), reused 24 (delta 23), pack-reused 81417 (from 3)R
Receiving objects: 100% (81502/81502), 36.68 MiB | 44.55 MiB/s, done.
Resolving deltas: 100% (62814/62814), done.
error: invalid path 'src/counter_analysis_toolkit/scripts/sample_data/L2_RQSTS:ALL_DEMAND_REFERENCES.data.reads.stat'
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 :/'
I see that Windows is not supported based on discussion at #153, but several projects include this project as a dependency, and at least being able to download the files should work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels