Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Forked from goddoe/solution.txt
Created July 8, 2023 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasArruda/ab0f0db5fc6fd0463c0ec7b99c225df1 to your computer and use it in GitHub Desktop.
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
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