致命:无法访问'https://github.com/xxx':LibreSSL SSL_connect:SSL_ERROR_SYSCALL连接到github.com:443

Esm*_*ifi 4 git openssl

直到昨天,我都成功使用了git“ push”和“ pull”命令,但是今天它不起作用,并给我这个错误: Push failed: Unable to access 'https://github.com/username/repository.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

我尝试了许多解决方案,但没有成功。我尝试的解决方案:
1.使用SSH密钥
2.更新git
3.使用openssl安装curl(安装时出现相同错误)

这是由于curl github.com -v

* Rebuilt URL to: github.com/
*   Trying 192.30.253.112...
* TCP_NODELAY set
* Connected to github.com (127.0.0.1) port 80 (#0)
> GET / HTTP/1.1
> Host: github.com
> User-Agent: curl/7.54.0
> Accept: */*
> 
* Recv failure: Connection reset by peer
* stopped the pause stream!
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
Run Code Online (Sandbox Code Playgroud)

Esm*_*ifi 15

重新启动计算机即可解决问题。

  • 这不是解决方案,而是一种解决方法,它会不断发生。我正在寻找解决方案 (4认同)
  • @Abhisheksaharn 我们最终发现这是卡巴斯基的问题。我们迁移到另一种蚂蚁病毒,因为我们无法从他们那里得到任何帮助。 (3认同)