0
点赞
收藏
分享

微信扫一扫

remote: error: File: 94932202f66dbee97626d41227e75e3cc9a5e95d 219.65 MB, exceeds 100.00 MB. 解决方案

有点d伤 2022-04-05 阅读 70
git

remote: error: File: 94932202f66dbee97626d41227e75e3cc9a5e95d 219.65 MB, exceeds 100.00 MB. 解决方案

使用Git提交时报错,代码如下:

$ git push -u origin "master"
Counting objects: 100% (95/95), done.
Delta compression using up to 12 threads
Compressing objects: 100% (92/92), done.
Writing objects: 100% (94/94), 726.86 MiB | 24.37 MiB/s, done.
Total 94 (delta 8), reused 0 (delta 0)
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
bash: $: command not found

报错代码

原因:

解决方法:

举报

相关推荐

0 条评论