You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: