且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 - git pull - SSL例程时发生致命错误:SSL3_GET_RECORD

更新时间:2022-05-16 00:45:51

The Op提及

The Op mentions


我的问题已修复。互联网速度非常缓慢,因此问题发生。

my problem is fixed. Internet speed was very slow so issue occurs.

但是也要考虑昨天停用GitHub(2018年2月22日)不推荐使用的算法:

But do also consider that GitHub disabled just yesterday (Feb. 22 2018) deprecated algorithms:



  • TLSv1 / TLSv1.1:适用于所有HTTPS连接,包括web,API和git连接 https://github.com https://api.github.com

  • diffie-hellman-group1-sha1:这适用于与github.com的所有SSH连接。 li>
  • diffie-hellman-group14-sha1:适用于与github.com的所有SSH连接。

升级到最新版本的Git应该足够了,不会是没有的。

Upgrading to the latest Git should be enough to not be no