-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Recursive clone of circuitpython fails due to bad submodule path #2762
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
Comments
The repository URL for extmod/ulab had a trailing slash, causing errors when trying to clone it. Closes #2762
I'm curious what git versions were affected by this. Locally I have git version 2.20.1 and did not observe the problem:
|
@jepler Turns out it's not a git version issue, but it's a side effect of my
That transforms |
Aha, that would do it. I'm glad you were able to diagnose and fix the problem, thanks much! |
The circuitpython repository includes the following submodule:
The trailing slash on the repository URL causes a failure when trying to clone it:
This results in a failure when trying to clone circuitpython using
git clone --recurse-submodules
or when runninggit submodule update
.The text was updated successfully, but these errors were encountered: