We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Library fails to clone on windows because a file contains invalid characters.
The text was updated successfully, but these errors were encountered: