当前位置:   article > 正文

error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054解决方法_curl:(56)open ssl sslread

curl:(56)open ssl sslread

git下载出错:

$ git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
Cloning into 'ffmpeg'...
remote: Counting objects: 570040, done.
remote: Compressing objects: 100% (118805/118805), done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

首先是出现该问题可能是上传大小限制,执行如下命令:

git config http.postBuffer 524288000
  • 1

此时再次clone依然可能报错,这时可以尝试

git config http.sslVerify "false"
  • 1

但是这时显示

fatal: not in a git directory
  • 1

根据第二篇博客,使用如下命令

git config  --global   http.sslVerify "false"
  • 1

然后再输入

git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/702128
推荐阅读
相关标签
  

闽ICP备14008679号