error: RPC failed; result=22, HTTP code = 413 MiB错误解决

场景:

在进行git push代码到oschina的时候,由于使用http的方式,导致提交大文件时提示错误。

具体错误:

Counting objects: 381162, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (110691/110691), done.
error: RPC failed; result=22, HTTP code = 413 MiB | 1.92 MiB/s     
fatal: The remote end hung up unexpectedly
Writing objects: 100% (381162/381162), 611.66 MiB | 15.39 MiB/s, done.
Total 381162 (delta 262226), reused 381087 (delta 262153)
fatal: The remote end hung up unexpectedly
Everything up-to-date
 

Counting objects: 381162, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (110691/110691), done.
error: RPC failed; result=22, HTTP code = 413 MiB | 1.92 MiB/s     
fatal: The remote end hung up unexpectedly
Writing objects: 100% (381162/381162), 611.66 MiB | 15.39 MiB/s, done.
Total 381162 (delta 262226), reused 381087 (delta 262153)
fatal: The remote end hung up unexpectedly

这个错误是由于传输的文件过大导致https报的错误,修改为ssh传输就可以了

git remote set-url origin git@git.oschina.net:xxx/example.git

还需要生成一个ssh-key,具体参见我的博客:工作中经常使用到的Git命令

edustack@Eucalyptus:/edx/app/edxapp/edx-platform$ ssh-keygen -t rsa -C "xxxxxx@example.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/edustack/.ssh/id_rsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/edustack/.ssh/id_rsa.
Your public key has been saved in /home/edustack/.ssh/id_rsa.pub.
The key fingerprint is:
05:9c:a6:f5:2c:e8:50:7a:a0:3c:eb:b0:bc:95:7f:52 liuyuantao1990@gmail.com
The key's randomart image is:
+--[ RSA 2048]----+
|       ...       |
|    . . =.       |
| . . + = o.      |
|  + o + ..o      |
|   o +  S.       |
|. . . .E         |
|.+ o  .          |
|..o .. .         |
| ..  .o          |
+-----------------+

把生成的ssh-key添加到oschina的账户里

然后push就可以了

 

转载于:https://my.oschina.net/liuyuantao/blog/799502

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值