栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

git push 提示:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

git push 提示:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413

1. 详细报错信息
  • 执行 git push http://git.xxx.com/app/guanghe-app.git --all 报错
报错信息:
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
  • 上述问题是由于http方式push文件有大小的限制导致的,改为ssh的方式提交就好。
2.通过ssh上传
  • git push ssh://git@10.1.8.121:1122/app/guanghe-app.git --all
Enumerating objects: 15951, done.
Counting objects: 100% (15951/15951), done.
Delta compression using up to 6 threads
Compressing objects: 100% (2863/2863), done.
Writing objects: 100% (15951/15951), 35.04 MiB | 23.89 MiB/s, done.
Total 15951 (delta 12568), reused 15905 (delta 12533)
remote: Resolving deltas: 100% (12568/12568), done.
To ssh://10.1.8.151:1122/app/guanghe-app.git
 * [new branch]      dev -> dev

  • 看仓库已经上传成功
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/361216.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号