Hello,
I’m facing an issue pushing my code to the repo for some time now and this is the error I’m receiving
ssh: connect to host gitlab.com port 22: Network is unreachable
fatal: Could not read from remote repository.
which it was working fine yesterday and I faced the same issue last Thursday but it start working after some time without me doing anything
I tried different ISPs and it give the same error.
Port 22 is working on Github, so I believe the issue on GitLab only
Any help is highly appreciated
Hi,
ian@elise:~$ ssh -T git@gitlab.com
Welcome to GitLab, @iwalker!
possibly your IP address is the issue or a temporary routing problem since it’s working for me. Try running a VPN to change your IP/location and see if you can do it then. Either that, or try from home/work depending on wherever you are when the problem occurs.
grove
November 9, 2021, 9:32am
3
Sounds similar to
SSH for gitlab is down:
~>ssh -T git@github.com
Hi b9chris! You've successfully authenticated, but GitHub does not provide shell access.
~>ssh -T git@gitlab.com
ssh: connect to host gitlab.com port 22: Network is unreachable
Here I’m connecting to github on SSH, just to verify it’s nothing on my end. Works like a charm. In the second 2 lines, I attempt to connect to gitlab, and it takes a while (you can’t see the timing here), then produces the above error.
I use Gitlab daily. I’ve been conne…
where the OP proved very unwilling to believe the problem was on his end, but there still are a few good remarks.