解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题(示例代码
Posted 飞鱼君
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题(示例代码相关的知识,希望对你有一定的参考价值。
使用SourceTree客户端,向远程仓库推送时:RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large错误!
百度一下:
第一个解决办法是:
在git bash中执行:git config http.postBuffer 524288000
成功后,再次提交,ok。
有些博客,说这个办法不灵,我试可以。
另外,提一下,如果在git bash中执行目录,出现:fatal: Not a git repository (or any of the parent directories): .git
解决办法是在git bash中执行:git init
感谢:http://blog.csdn.net/s1674521/article/details/71844169
第二个解决办法是:
来自http://www.cnblogs.com/lihaiping/p/6021813.html的博客,是使用ssl
目前,第一种我试了,可以;第二种,试了,没成功。
以上是关于解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题(示例代码的主要内容,如果未能解决你的问题,请参考以下文章
关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
git push报错:error: RPC failed; result=22, HTTP code = 413
使用git提交时报错:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity
Docker GitLab Nginx git error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413