BitBucket SSH连接问题

时间:2014-09-29 16:02:52

标签: git ssh cygwin firewall

我在公司防火墙后面。当我尝试推送代码时,我收到以下错误...

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 个答案:

答案 0 :(得分:1)

您可以尝试使用以下命令之一:

git config http.sslVerify false

export GIT_SSL_NO_VERIFY=true