Skip to content

This repository contains file paths that are invalid on Windows #321

@ScottTodd

Description

@ScottTodd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions