【问题标题】:BitBucket SSH connection issuesBitBucket SSH 连接问题
【发布时间】:2014-09-30 03:08:14
【问题描述】:

我位于公司防火墙后面。当我尝试推送代码时,出现以下错误...

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.

有什么想法吗?

【问题讨论】:

    标签: git ssh cygwin firewall


    【解决方案1】:

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

    git config http.sslVerify false
    

    export GIT_SSL_NO_VERIFY=true
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-07
      • 2022-01-14
      相关资源
      最近更新 更多