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

Fails to clone on Windows #1

Open
N3X15 opened this issue Dec 16, 2018 · 1 comment
Open

Fails to clone on Windows #1

N3X15 opened this issue Dec 16, 2018 · 1 comment

Comments

@N3X15
Copy link

N3X15 commented Dec 16, 2018

Library fails to clone on windows because a file contains invalid characters.

git.exe clone --progress -v "https://github.com/benwis/SparkFun-Kicad-Libraries" "F:\Projects\SparkFun-Kicad-Libraries"

Cloning into 'F:\Projects\SparkFun-Kicad-Libraries'...
POST git-upload-pack (175 bytes)
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 2091 (delta 0), reused 0 (delta 0), pack-reused 2090
Receiving objects: 100% (2091/2091), 5.64 MiB | 1.57 MiB/s, done.
Resolving deltas: 100% (1116/1116), done.
error: unable to create file SparkFun-RF.pretty/GS406-MATING_SMD_***SPECIAL.kicad_mod: Invalid argument
Checking out files: 100% (2232/2232), 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 the checkout with 'git checkout -f HEAD'



git did not exit cleanly (exit code 128) (5531 ms @ 12/15/2018 7:29:11 PM)
@paulhayes
Copy link

Yeah I got this too, bad filename because of those asterixes I think.

error: unable to create file SparkFun-RF.pretty/GS406-MATING_SMD_***SPECIAL.kicad_mod: Invalid argument

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

2 participants