为什么80%的码农都做不了架构师?>>>   

关于git提交失败报错POST git-receive-pack (chunked)或者HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large

1.更改一下git的上传限制大小

命令: git config http.postBuffer 524288000
或者找到user文件夹(即前往/个人),找到.gitconfig(为隐藏文件,需打开)更改[http]下的
postBuffer = 524288000

文件的显示隐藏命令
显示:defaults write com.apple.finder AppleShowAllFiles -boolean true
隐藏:defaults write com.apple.finder AppleShowAllFiles -boolean false
需重启finder

转载于:https://my.oschina.net/zhxx/blog/1810433

git 提交失败 HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large相关推荐

  1. git push 失败,提示:error: RPC failed; HTTP 411 curl 22 The requested URL returned error: 411

    1.场景描述 因为某些原因,在家里用自己电脑工作了三天,其中前端项目中有几个宣传页,所以引入很多图片,还有一些依赖.在最后想要将代码 push 到远程仓库时,出问题了.在git add 和git co ...

  2. git -- RPC failed; HTTP 403 curl 22 The requested URL returned error: 403

    错误: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 原因: 账户没有读写权限,联系管理索要权限 排查方法: 使 ...

  3. git push error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403

    这是远程链接错误,请求不到服务器 解决办法:找项目管理员帮你开push权限就可以了 参考链接: git push error: RPC failed; HTTP 403 curl 22 The req ...

  4. git进行push报错: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 Forbidden

    一种原因可能是文件太大 此时设置:git config http.postBuffer=524288000 还有一种就是你没有这个仓库的可写权限 此时进入仓库设置:添加协作者,赋予可写权限

  5. error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 Proxy Error fatal: 报错

    错误消息: error: RPC failed; result=22 HTTP code = 413 -. fatal: The remote end hung up unexpectedly. er ...

  6. error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 Proxy Error fatal:

    在git中 unset http unset https 如果出现了缓存溢出的情况,如果还是报缓存溢出的问题的话,可以将这个参数调的更大,它的单位是Byte git config --global h ...

  7. CentOS6在使用yum install 时提示镜像源路径不存在:PYCURL ERROR 22 - “The requested URL returned error: 404 Not Found

    场景 CentOS6.9的版本在使用 yum install gcc-c++ 安装C和C++的插件时提示: PYCURL ERROR 22 - "The requested URL retu ...

  8. 更改yum源配置后执行报错[Errno 14] PYCURL ERROR 22 - “The requested URL returned error: 404 Not Found”

    更改yum源配置后执行报错 报错信息入下 //[root@bucktanc6 yum.repos.d]# yum clean all Loaded plugins: fastestmirror Cle ...

  9. [Errno 14] PYCURL ERROR 22 - The requested URL returned error: 416 Requested Range Not Satisfiable

    配置docker的源的时候 报错了. [root@vagrant-centos65 yum.repos.d]# yum-config-manager --add-repo http://mirrors ...

最新文章

  1. 1130 Infix Expression
  2. 【WPF】如何使用wpf实现屏幕最前端的绘图?
  3. 3399 mysql_MySQL索引
  4. [Eclipse]GEF入门系列(九、增加易用性)
  5. 学习 WCF (4)--学会使用配置文件
  6. SpringSecurity权限管理介绍
  7. Android之JNI的使用
  8. kafka自带的zk启动_Centos上将zookeeper和kafka设置为开机自启
  9. php 动态参数,PHP 动态配置运行时环境参数ini_xxx,extension_loaded
  10. Android 组件系列-----Activity生命周期
  11. VB之Collection---Collection集合类
  12. [深度学习] 自然语言处理 ----- Attention机制中的Q,K,V介绍
  13. 戴尔win10计算机打不开,戴尔Win10系统摄像头打不开怎么办?
  14. C++ 高效位运算函数 之 __builtin_
  15. 告诉你SuperMap iDesktop软件怎么一步步制作地图的方法
  16. [原创方法!] 如何实现全自动登录各大网站? Cookie格式 、油猴脚本基础 解决Github邮箱验证,持久登录,免验证码
  17. 升级Windows10,安装程序无法正常启动无法初始化工作目录
  18. Mesos/Omega/Borg(K8S)/Firemament对比
  19. 小米跳智能家居大坑,丢芝麻捡西瓜值得吗?
  20. 【异常】Session 0x0 for server null, unexpected error, closing socket connection and attempting reconn

热门文章

  1. Android之BaseAdapter使用
  2. iOS自动布局(AutoLayout)之 NSLayoutAnchor
  3. BlendMode颜色混合模式枚举值
  4. 一张图搞定iOS学习路线
  5. Vue Router路由及路由重定向
  6. vue中获取url参数
  7. 同步和异步的区别和联系以及一般在什么情况下使用它们
  8. Jenkins的环境部署
  9. Two Sum [easy] (Python)
  10. 【bzoj1444】[Jsoi2009]有趣的游戏 AC自动机+矩阵乘法