2014-09-29 116 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