I have never faced any problems in the last 7+ years with bitbucket until 5 days ago, that I could not push/pull anymore over ssh.
I tried updating my ssh keys but it did not help.
I can use bitbucket over https [1] but I can't reach over ssh [2].
Any suggestions?
[1] git clone https://bitbucket.org/mirror/git.git
Cloning into 'git'...
remote: Enumerating objects: 280584, done.
remote: Counting objects: 100% (58138/58138), done.
remote: Compressing objects: 100% (9114/9114), done.
remote: Total 280584 (delta 52851), reused 52474 (delta 48975), pack-reused 222446
Receiving objects: 100% (280584/280584), 82.02 MiB | 9.61 MiB/s, done.
Resolving deltas: 100% (211958/211958), done.
[2] ssh -T git@bitbucket.org "ssh: connect to host bitbucket.org port 22: Network is unreachable"
G'day, @erkin_251
Welcome to the community!
The error message you've received indicates that there may be a problem with your local network. It's possible that port 22 is being blocked or your firewall settings have been altered to block Bitbucket's SSH connection unintentionally.
We have a comprehensive Knowledge Base article that I recommend you look into. This article provides suggested solutions that may resolve your issue. Please check it out and try implementing the proposed solutions to see if they rectify your problem.
Cloning from Bitbucket cloud via SSH Fails with "Port 22: Network is Unreachable."
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.