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

标签:,
来源: WordPress导航主题
日期: 2022-9-6
作者: WordPress导航主题

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操作了。

腾讯云限时秒杀【点击购买】

搬瓦工,CN2高速线路,1GB带宽,电信联通优化KVM,延迟低,速度快,建站稳定,搬瓦工BandwagonHost VPS优惠码BWH26FXH3HIQ,支持<支付宝> 【点击购买】!

Vultr$3.5日本节点,512M内存/500G流量/1G带宽,电信联通优化,延迟低,速度快【点击购买】!

阿里云香港、新加坡VPS/1核/1G/25G SSD/1T流量/30M带宽/年付¥288【点击购买】

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

`微信`扫码 加好友

链接到文章: https://gkxyz.com/gitdaimaguanlishiyonggit-pushshicuowuerror-unable-to-rewind-rpc-post-data-try-increa.html

推荐站点

评论已关闭