github RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

出现此问题有可能是上传大小限制
执行如下命令

  git config http.postBuffer 524288000

     524288000算法:

  1024*1024*500

出现如下错误:curl 56 OpenSSL SSL_read:SSL_ERROR_sysCALL

 执行:  git config http.sslVerify "false"


posted on 2018-09-08 10:14  刷哥  阅读(2220)  评论(0编辑  收藏  举报

导航