github RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
时间:2018-09-08 11:45:07
收藏:0
阅读:9329
出现此问题有可能是上传大小限制:
执行如下命令
git config http.postBuffer 524288000
524288000算法:
1024*1024*500
出现如下错误:curl 56 OpenSSL SSL_read:SSL_ERROR_sysCALL
执行: git config http.sslVerify "false"
评论(0)