美文网首页
POST git-receive-pack (chunked)解

POST git-receive-pack (chunked)解

作者: Joshua520 | 来源:发表于2021-03-09 12:16 被阅读0次

出现POST git-receive-pack (chunked) error: remote unpack failed 当使用 HTTPS 提交到 Git 上时使用不检查加密要是东西过多将导致提交停止

解决方案
方案1> 使用 Git 提交代码
进入到要提交的代码的目录,里面包含 .git 文件夹,输入指令 git config http.postBuffer 524288000

方案2> 使用 SourceTreee 提交代码
如图按照顺序依次点击在最后一步增加
[http]
postBuffer = 524288000

如图操作

原文链接:https://blog.csdn.net/chenshun123/article/details/52334250

相关文章

网友评论

      本文标题:POST git-receive-pack (chunked)解

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