error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 解决方案

error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 解决方案

使用Git提交时报错,代码如下:

bash 复制代码
$ git push -u origin "master"
Counting objects: 100% (95/95), done.
Delta compression using up to 12 threads
Compressing objects: 100% (92/92), done.
Writing objects: 100% (94/94), 726.86 MiB | 24.37 MiB/s, done.
Total 94 (delta 8), reused 0 (delta 0)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
bash: $: command not found

原因:

HTTP上传文件限制了文件大小

此时改变git配置是没有用的,因为这跟本不是git的问题

解决方法:

更换远程仓库地址,我这里换的是SSH

相关推荐
不穿铠甲的穿山甲2 小时前
git-显示顺序与提交顺序不一致的问题
git
ZXF_H7 小时前
pip安装github上的开源软件包
git·python·github·pip
前端李易安15 小时前
Git工作原理与常用方法汇总
git
黎相思18 小时前
Git的安装和使用
git
xianwu5431 天前
MySQL索引原理
linux·开发语言·网络·c++·git
purples.1 天前
上传本地文件到GitHub
windows·git·github
Blue桃之夭夭1 天前
Git Github Gitlab与Gitee的关系
git·gitee·gitlab
Evenurs1 天前
【git】取消一个已提交的文件或路径的追踪
大数据·git·elasticsearch