2014-09-29 115 views
0

我在公司防火牆後面。當我嘗試推碼時,出現以下錯誤...BitBucket SSH連接問題

ssh_exchange_identification: read: Connection reset by peer 

當我在防火牆外面連接時,一切正常。

Windows正在記錄這些錯誤...

The certificate received from the remote server has not validated correctly. The error code is 0x80092012. The SSL connection request has failed. The attached data contains the server certificate. 

The following fatal alert was generated: 43. The internal error state is 552. 

任何想法?

回答

1

您可以嘗試使用以下命令之一:

git config http.sslVerify false 

export GIT_SSL_NO_VERIFY=true