git报错解决:Integer value http.postbuffer out of range 置顶!
背景
今天使用git的时候出现了如下提示:
Integer value http.postbuffer out of range
原因
这个 Integer value http.postbuffer out of range
错误是因为 git 配置的问题造成的,主要原因就是说 http.postbuffer 设置过大,导致Integer value http.postbuffer out of range
。
解决办法
查看 http.postbuffer 大小:
git config --get http.postBuffer
变更 http.postbuffer 大小:
git config --global http.postBuffer 524288000
操作结果如下图所示:
标题:git报错解决:Integer value http.postbuffer out of range
作者:mmzsblog
地址:https://www.mmzsblog.cn/articles/2021/12/14/1639491395420.html
如未加特殊说明,文章均为原创,转载必须注明出处。均采用CC BY-SA 4.0 协议!
本网站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。若本站转载文章遗漏了原文链接,请及时告知,我们将做删除处理!文章观点不代表本网站立场,如需处理请联系首页客服。• 网站转载须在文章起始位置标注作者及原文连接,否则保留追究法律责任的权利。
• 公众号转载请联系网站首页的微信号申请白名单!