fatal: unable to access : Failed to connect to bitbucket.org port 443: Connection timed out

This is Temp fix but at least working for me after bitbucket new IP changed

Note:- hosts file can be found in windows at C:\Windows\System32\drivers\etc and in Linux it exists at /etc/hosts. make sure you edit with admin rights i.e in windows open notepad as administrator and then open host file. In Linux sudo gedit /etc/hosts from the terminal from any location :)

just add the below line in hosts file

18.205.93.0 bitbucket.org

For all existing users who previously edited etc/hosts file and now stopped working just replace the old IP address of bitbucket with new one i.e in etc/hosts

REPLACE 104.192.143.3(old IP whatever) bitbucket.org

with

18.205.93.0 bitbucket.org

Happy Coding!

你可能感兴趣的:(fatal: unable to access : Failed to connect to bitbucket.org port 443: Connection timed out)