git代码管理:使用git push时错误:error: unable to rewind rpc post data – try increasing http.postBuffer error: RPC failed; curl 56 SSLRead() return error -36

标签:,
来源: 腾讯云Qcloud评测
日期: 2017-7-8
作者: 腾讯云/服务器VPS推荐评测/Vultr

error: unable to rewind rpc post data – try increasing http.postBuffer error: RPC failed; curl 56 SSLRead() return error -36

大概意思是http.postBuffer太小,需要设置更大的值,应该是我们项目中用到的第三方静态库有400多MB大小的单个.a文件。

谷歌查了相关资料,在终端执行

git config --global http.postBuffer 524288000

命令,将http.postBuffer设置为500MB大小后,可以正常push操作了。

链接到文章: https://qcloudx.com/43386.html

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注