赞
踩
- Delta compression using up to 4 threads.
- Compressing objects: 100% (2364/2364), done.
- Writing objects: 100% (4329/4329), 1.15 MiB | 11.20 MiB/s, done.
- Total 4329 (delta 2657), reused 3050 (delta 1497)
- 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
解决方案是使用SSH提交
如果你是使用idea的话,可以在git->manage remote窗口,将URL从之前的HTTP改成ssh 然后重新push
如果你是使用git命令行,可以使用下面的命令修改远程仓库使用ssh链接,然后再使用git push命令进行提交
git remote set-url origin xxx@github.org/hello/etl.git
方案1的原理其实和方案2一样,只不过借助于idea,省去了手写命令的步骤
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。