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

git-致命:无法访问:无法连接到bitbucket.org端口443:连接超时

(git - fatal: unable to access : Failed to connect to bitbucket.org port 443: Connection timed out)

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

当我拉入或推入bitbucket存储库时,我的git出现了问题。我总是收到此错误:

致命:无法访问“ https://myrepo@bitbucket.org/ **** / **”:无法连接到bitbucket.org端口443:连接超时

我尝试了所有解决方案,但无法解决。

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

如果你使用的是旧版本,请尝试升级git。

检查你的git版本:

$ git --version

运行以下命令进行升级:

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