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

时间:2018-09-08 11:04:13   收藏:0   阅读:7743

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

  git config http.postBuffer 524288000

     524288000算法:

  1024*1024*500

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

 执行:  git config http.sslVerify "false"

原文:https://www.cnblogs.com/wangshuazi/p/9608060.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!