error: RPC failed; HTTP 413 curl 22 The requested URL returned error
方法1:
第一个解决办法是:
在git bash中执行:git config http.postBuffer 524288000
成功后,再次提交,ok。
有些博客,说这个办法不灵,我试可以。
方法2:
错误场景:
使用Git提交文件报错,找了许多方法,都是无济于事,几经周转才得以解决。
错误如下:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v –tags origin refs/heads/develop:refs/heads/develop
Pushing to http://git.xxx.com/xxx/xxx.git
POST git-receive-pack (5055587 bytes)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
Completed with errors, see above
解决方法:
找到的大多数解决方法都指向本地Git添加全局配置项 git config –global http.postBuffer 524288000 ,试过之后还是没效果,后来不经意间想到是否是Git服务端Nninx配置问题,后来一经修改,果然好了,方法是找到nginx.conf文件,编辑http{}里面添加一项:client_max_body_size 20m; # 不要漏了最后一个分号,然后重新下nginx服务即可。
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · git本地分支关联远程分支
- · git合并两个有冲突的分支
- · git基本命令
- · 修改git在VS中显示的用户名
- · Amazon Linux 2023 安装Docker和Docker Compose
- · nginx http转https, 不带www转带www
- · docker定时任务Mysql脚本
- · 解决Linux实例磁盘空间满问题
- · failed to fetch metadata: fork/exec /home/appuser/.docker/cli-plugins/docker-buildx: exec format error
- · Docker登录login报错Error saving credentials
- · ELK/EFK中ES使用IK分词器的方式步骤
- · 解决es报错:blocked by: [FORBIDDEN/12/index read-only / allow delete (api) ]