sourcetree代码提交错误 443

Failed to connect to (domain) port 443 

如果出现类似的错误,针对bitbucket,如你的网站能打开

1. git config -l --global  查看git配置

2.如果git还没有配置代理

git config --global http.proxy http://127.0.0.1:8001

git config --global https.proxy http://127.0.0.1:8001

git config --global --unset http.proxy 

git config --global --unset https.proxy

代理配置

sourcetree代码提交错误 443_第1张图片

 

你可能感兴趣的:(git)