Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning repository on a windows errors due to filenames with question marks #1

Open
RustyTingz opened this issue Oct 10, 2019 · 0 comments

Comments

@RustyTingz
Copy link

There are 2 CVE files in the alpine folder that have question marks in the filename, these are not valid on a window machine and so an error is raised when cloning the repository.

error: unable to create file alpine/3.10/main/xen/CVE-????-?????.json: Invalid argument
error: unable to create file alpine/3.9/main/xen/CVE-????-?????.json: Invalid argument

Console output when cloning on with Windows OS
git clone [email protected]:aquasecurity/vuln-list.git
Cloning into 'vuln-list'...
remote: Enumerating objects: 348, done.
remote: Counting objects: 100% (348/348), done.
remote: Compressing objects: 100% (282/282), done.
remote: Total 1554447 (delta 261), reused 94 (delta 60), pack-reused 1554099
Receiving objects: 100% (1554447/1554447), 355.51 MiB | 12.85 MiB/s, done.
Resolving deltas: 100% (1520726/1520726), done.
error: unable to create file alpine/3.10/main/xen/CVE-????-?????.json: Invalid argument
error: unable to create file alpine/3.9/main/xen/CVE-????-?????.json: Invalid argument
Updating files: 100% (287823/287823), done.
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 :/'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant