On 7/19/25 21:11, Kristian Klausen wrote:
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://g...@gitlab.archlinux.org:222/archlinux/infrastructure.git (fetch) origin ssh://g...@gitlab.archlinux.org:222/archlinux/infrastructure.git (push) $ git remote set-url origin g...@gitlab.archlinux.org:archlinux/infrastructure.git
$ git remote -v
origin    g...@gitlab.archlinux.org:archlinux/infrastructure.git (fetch)
origin    g...@gitlab.archlinux.org: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

Hi all,

The forward is now gone[1].

[1] https://gitlab.archlinux.org/archlinux/infrastructure/-/commit/da039e276ff184924e623f35ceba763e1e67dc13

/Kristian

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to