GNOME Gitlab git+ssh not accessible

Hello,

Collecting the cases here: Is there anyone unable to clone repository with git+ssh URL now?

I’m trying to connect into the GNOME’s GitLab through SSH connection. With HTTPs, I cloned some repository successfully. On the other hand, when cloning through git+ssh URL, I’m getting timeout.

My case:

fatal: clone of 'git@gitlab.gnome.org:GNOME/libgnome-volume-control.git' into submodule path '/path/to/gnome-shell/subprojects/gvc' failed
Failed to clone 'subprojects/gvc'. Retry scheduled
fatal: clone of 'git@gitlab.gnome.org:GNOME/libgnome-volume-control.git' into submodule path '/path/to/gnome-shell/subprojects/gvc' failed
Failed to clone 'subprojects/gvc' a second time, aborting

ssh: connect to host gitlab.gnome.org port 22: Network is unreachable
fatal: Could not read from remote repository.

Are you using the correct SSH clone URI? The domain is gitlab.gnome.org in the error but the SSH clone domain is ssh.gitlab.gnome.org.

This works fine for me;

git clone git@ssh.gitlab.gnome.org:GNOME/libgnome-volume-control.git
1 Like

… the SSH clone domain is ssh.gitlab.gnome.org.

Oh missing that change, too bad.
Thanks for the pointer.