-
-
Save LucasArruda/ab0f0db5fc6fd0463c0ec7b99c225df1 to your computer and use it in GitHub Desktop.
ssh: connect to host bitbucket.org port 22: Connection timed out - FIX bitbucket connecting issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have done below mentioned things and it started working. | |
vim ~/.ssh/config | |
Add these lines and save it. | |
Host github.com | |
Hostname ssh.github.com | |
Port 443 | |
Host bitbucket.org | |
Hostname altssh.bitbucket.org | |
Port 443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment