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

Cannot Clone on Windows because of path naming #2

Open
GanbaruTobi opened this issue May 6, 2024 · 0 comments
Open

Cannot Clone on Windows because of path naming #2

GanbaruTobi opened this issue May 6, 2024 · 0 comments

Comments

@GanbaruTobi
Copy link

In Windows | is not a valid character for a directory.

Error:

❯ git -c core.protectNTFS=false clone https://github.com/VergiliusProject/vergiliusproject.github.io
Cloning into 'vergiliusproject.github.io'...
remote: Enumerating objects: 610860, done.
remote: Counting objects: 100% (245489/245489), done.
remote: Compressing objects: 100% (3444/3444), done.
remote: Total 610860 (delta 245093), reused 242347 (delta 242045), pack-reused 365371Receiving objects: 100% (610860/610Receiving objects: 100% (610860/610860), 133.76 MiB | 23.06 MiB/s, done.

Resolving deltas: 100% (609694/609694), done.
error: unable to create file kernels/x64/Windows 10 | 2016.html: Invalid argument
fatal: cannot create directory at 'kernels/x64/Windows 10 | 2016': Invalid argument
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