Hi all,

the git migration happened more than two years ago[1] and as part of that the SSH port for git was changed from port 222 to the default SSH port 22[2]. A port redirect was added at the time to avoid disrupting existing local git repositories using the old port.

Time has now come to removing said port redirect, which will happen one week from now.

So if you have local git repositories using the old port, please change them to use the standard SSH port. See below for an example.

$ git remote -v
origin ssh://[email protected]:222/archlinux/infrastructure.git (fetch) origin ssh://[email protected]:222/archlinux/infrastructure.git (push) $ git remote set-url origin [email protected]:archlinux/infrastructure.git
$ git remote -v
origin    [email protected]:archlinux/infrastructure.git (fetch)
origin    [email protected]:archlinux/infrastructure.git (push)

[1] https://archlinux.org/news/git-migration-completed/
[2] https://gitlab.archlinux.org/archlinux/infrastructure/-/commit/bc1e7f777283942935e0f19c11c74262ea7aab6c

Cheers,
Kristian Klausen
DevOps

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to