I have been trying to clone a repository but I am getting this error:
fatal: unable to access 'https://bitbucket.org/***REPO***': Failed to connect to bitbucket.org port 443: Connection refused
I think the problem is with the corporate firewall; I have tried adding IPv4 address ranges to my hosts file on my machine however I still have the same result. Any help would be appreciated
Hey @Elgiz Abbasov
G'Day!
The error message indicates that your local connection is failing to connect to bitbucket.org on port 443 which is an HTTPS port.
This issue is caused by a firewall/proxy configuration on your local network which prevents the connection.
If you have a corporate firewall then you'll have to inform your team to whitelist all of the following IPs to allow your connection with Bitbucket:
Hope this helps
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.