Last active
May 21, 2024 16:04
-
-
Save goddoe/5692bfc3cdc374d918a87882963edf36 to your computer and use it in GitHub Desktop.
ssh: connect to host bitbucket.org port 22: Connection timed out
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 |
It worked. Thankssss
Worked as well. Thank youuu!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks. it worked.