Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Conversation

@EBoisseauSierra
Copy link

Overview

Since 2022-01-11, GitHub has deprecated the usage of the git:// protocol
in favour of the more secure https:// — cf.
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

This causes the following error when, e.g., cloning this repo as
submodule:

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.

As suggested in https://stackoverflow.com/a/70663683/5433628 we have
then replaced URLs using git:// by their https:// equivalent.

Related issues

n/a

Since 2022-01-11, GitHub has deprecated the usage of the git:// protocol
in favour of the more secure https:// — cf.
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

This causes the following error when, e.g., cloning this repo as
submodule:

> 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.

As suggested in https://stackoverflow.com/a/70663683/5433628 we have
then replaced URLs using git:// by their https:// equivalent.

Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant