美文网首页
Git提交推送时报错10053

Git提交推送时报错10053

作者: 陌上初寒l | 来源:发表于2017-12-21 17:40 被阅读53次

Git提交推送时报错

Push failed
            Failed with error: The remote end hung up unexpectedly
            The remote end hung up unexpectedly
            unable to rewind rpc post data - try increasing http.postBuffer
            RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10053

原因是Git默认限制推送的大小,运行命令更改限制大小即可

git config --global http.postBuffer 524288000

相关文章

网友评论

      本文标题:Git提交推送时报错10053

      本文链接:https://www.haomeiwen.com/subject/qhnawxtx.html