Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
Effective today this https://github.blog/2021-09-01-improving-git-protocol-security-github/ is being enforced which fails all our circle builds on the clone stage:
Cloning into '/home/cassandra/cassandra'... 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. Exited with code exit status 128 CircleCI received exit code 128
Tests show that replacing git:// to https:// fixes the problem.
CC mck as it may also affect ci-jenkins