cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

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

Open QuellaZhang opened 2 years ago

QuellaZhang commented 2 years ago

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 commented 2 years ago

The issue is just gone...closed.

gaborpapp commented 2 years ago

try this PR https://github.com/cinder/Cinder/pull/2278

QuellaZhang commented 2 years ago

Thanks!