Question
GitLab SSH Port 22 Network is Unreachable
Hi,
I am getting the following message when trying to use git clone with ssh:
Cloning into '<ProjectName>'...
ssh: connect to host <url> port 22: Network is unreachable
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I have the public key on my GitLab profile and the the private key in my C:/Users/<User>/.ssh folder on my local machine. I have tried the same key for cloning using SSH on GitHub and it works.
Any help on this issue would be greatly appreciated.
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Do you have a firewall?
Have you tried to directly connect to gitlab via ssh so it can register it’s fingerprint?
Yes, I have port 22, 80 and OpenSSH allowed.
I have tried “ssh git.alexjamesbrown.me”, it returns:
If this is what you mean, I’m new to this stuff.