Warm tip: This article is reproduced from serverfault.com, please click

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

发布于 2018-08-28 04:43:44

I have a problem with my git, when I pull or push to repository of bitbucket. I always get this error:

fatal: unable to access 'https://myrepo@bitbucket.org/****/**': Failed to connect to bitbucket.org port 443: Connection timed out

I tried all solution but it can not resolved.

Questioner
naseeba c
Viewed
1
tyro 2018-08-30 13:41:31

Try upgrading git if you have the old version.

Check your git version:

$ git --version

Run the following to upgrade:

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git