我使用Git和Bitbucket。我无法推动Bit回购的问题。
这是我的配置
Host bitbucket.org
IdentityFile ~/.ssh/id_rsa
Port 443
端口22和443是相同的错误。
尝试:
我尝试连接公司代理,如10.x.x.x:3128,但仍然失败。
设置http.proxy和https.proxy
git config --global http.proxy http://10.x.x.x:3128
git config --global https.proxy http://10.x.x.x:3128
任何人都有这方面的想法?