当前位置:   article > 正文

Idea+git push时候出现HTTP 413 错误_idea error: rpc failed; http 413 curl 22 the reque

idea error: rpc failed; http 413 curl 22 the requested url returned error: 4
  1. Delta compression using up to 4 threads.
  2. Compressing objects: 100% (2364/2364), done.
  3. Writing objects: 100% (4329/4329), 1.15 MiB | 11.20 MiB/s, done.
  4. Total 4329 (delta 2657), reused 3050 (delta 1497)
  5. error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
  6. fatal: The remote end hung up unexpectedly
  7. fatal: The remote end hung up unexpectedly
  8. Everything up-to-date

解决方案是使用SSH提交

  1. 如果你是使用idea的话,可以在git->manage remote窗口,将URL从之前的HTTP改成ssh 然后重新push

  1. 如果你是使用git命令行,可以使用下面的命令修改远程仓库使用ssh链接,然后再使用git push命令进行提交

git remote set-url origin xxx@github.org/hello/etl.git

方案1的原理其实和方案2一样,只不过借助于idea,省去了手写命令的步骤

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/511043
推荐阅读
相关标签
  

闽ICP备14008679号