使用RPC的Git Push失败; curl 55 SSL_write()返回SYSCALL,errno = 10053 [英] Git Push Fails with RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053

查看:1321
本文介绍了使用RPC的Git Push失败; curl 55 SSL_write()返回SYSCALL,errno = 10053的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部信息

Counting objects: 1945, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1935/1935), done.
rror: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
atal: The remote end hung up unexpectedly
Writing objects: 100% (1945/1945), 3.15 GiB | 1.21 MiB/s, done.
Total 1945 (delta 231), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date

据我所知,使用最新的Git版本没有大于150MB的文件。在向项目中添加很多新资产(价值约3GB)之前,我一直没有提出任何问题,现在我明白了。

As far as I can tell, there is no file larger than 150MB, using the latest Git version. I've been able to push with no issue up until I added lots of new assets to my project (around 3GB worth) and now I get this.

我尝试增加两个 http postBuffer c>和 https 2097152000

What I have tried is increasing the postBuffer for both http and https to 2097152000

我也应该请注意,我最初确实有一个不被忽略的大型zip文件(400MB),但我删除了它并进行了一次新提交,但是,这可能不是摆脱它的正确方法,因为我想它仍然会尝试在提交之前将其推出吗?

I should also note that I did originally have a large zip file that was not ignored (400MB) but I deleted it and made a new commit, however, this may not have been the proper way to have gotten rid of this, as I guess it will still try to push it out since the commit before the latest had it?

推荐答案

根据 github的帮助页面每个文件的最大大小为100MB,最多可存储1GB。

According to github's help page max size per file is 100MB, and up to 1GB total for your repo.

您是否在使用 LFS

这篇关于使用RPC的Git Push失败; curl 55 SSL_write()返回SYSCALL,errno = 10053的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆