-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unable to clone repository with submodule url [email protected] #7469
Comments
will wait go-git resolution go-git/go-git#397 |
I created a PR on go-github, lets wait and see. Hoping to get it merged ASAP since this bug breaks SSH cloning. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
keep |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Keep |
@Hunter-Thompson Any update on this ? |
There is no work around, Id suggest going back to v3.2.4 |
Rolling back to 3.2.4 causes the ssh issue for checkout of code from GitHub . Issue : You're using an RSA key with sha-1 , which is no longer allowed , please user a newer client or a different key type |
* fix: submodule cloning via git. Fixes #7469 Signed-off-by: Hunter-Thompson <[email protected]> * chore: add smallcase to USERS.md Signed-off-by: Hunter-Thompson <[email protected]> * chore: move into require block Signed-off-by: Hunter-Thompson <[email protected]>
When is this pr going to be released ? any tentative date ? |
|
I've cherry picked 1d373c4 into 3.3.1 and rebuilt my executor image. The original "url can't contain colon" message has gone, but pulling the submodule still fails:
|
* fix: submodule cloning via git. Fixes #7469 Signed-off-by: Hunter-Thompson <[email protected]> * chore: add smallcase to USERS.md Signed-off-by: Hunter-Thompson <[email protected]> * chore: move into require block Signed-off-by: Hunter-Thompson <[email protected]>
Bugs in the new version of go-git
Same as this problem description, it can be avoided by rolling back to version 3.4
go-git/go-git#397
The text was updated successfully, but these errors were encountered: