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

Fail to clone TinderBox-Mac.git due to unauthenticated git protocol on port 9418 is no longer supported. #2267

Open
QuellaZhang opened this issue Jan 11, 2022 · 3 comments

Comments

@QuellaZhang
Copy link

When we cloned Cinder repo today and found the following error:

F:\>git clone --recursive https://github.com/cinder/Cinder.git F:\gitP\cinder\Cinder
Cloning into 'F:\gitP\cinder\Cinder'...
remote: Enumerating objects: 114460, done.
remote: Counting objects: 100% (185/185), done.
remote: Compressing objects: 100% (135/135), done.
remote: Total 114460 (delta 95), reused 97 (delta 47), pack-reused 114275
Receiving objects: 100% (114460/114460), 416.62 MiB | 34.38 MiB/s, done.
Resolving deltas: 100% (72240/72240), done.
Updating files: 100% (7121/7121), done.
Submodule 'tools/TinderBox-Mac' (git://github.com/cinder/TinderBox-Mac.git) registered for path 'tools/TinderBox-Mac'
Submodule 'tools/TinderBox-Win' (git://github.com/cinder/TinderBox-Win.git) registered for path 'tools/TinderBox-Win'
Cloning into 'F:/gitP/cinder/Cinder/tools/TinderBox-Mac'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
fatal: clone of 'git://github.com/cinder/TinderBox-Mac.git' into submodule path 'F:/gitP/cinder/Cinder/tools/TinderBox-Mac' failed
Failed to clone 'tools/TinderBox-Mac'. Retry scheduled
Cloning into 'F:/gitP/cinder/Cinder/tools/TinderBox-Win'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
fatal: clone of 'git://github.com/cinder/TinderBox-Win.git' into submodule path 'F:/gitP/cinder/Cinder/tools/TinderBox-Win' failed
Failed to clone 'tools/TinderBox-Win'. Retry scheduled
Cloning into 'F:/gitP/cinder/Cinder/tools/TinderBox-Mac'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
fatal: clone of 'git://github.com/cinder/TinderBox-Mac.git' into submodule path 'F:/gitP/cinder/Cinder/tools/TinderBox-Mac' failed
Failed to clone 'tools/TinderBox-Mac' a second time, aborting

F:\>git clone git://github.com/cinder/TinderBox-Mac.git
Cloning into 'TinderBox-Mac'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

@QuellaZhang
Copy link
Author

The issue is just gone...closed.

@gaborpapp
Copy link
Contributor

try this PR #2278

@QuellaZhang
Copy link
Author

Thanks!

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