Git推送错误:RPC失败;curl 55 SSL_write()返回SYSCALL,errno =10053.互联网连接正常,尝试增加缓冲区大小 [英] Git push error :RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053. internet connection is ok, tried increasing buffer size

查看:191
本文介绍了Git推送错误:RPC失败;curl 55 SSL_write()返回SYSCALL,errno =10053.互联网连接正常,尝试增加缓冲区大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Enumerating objects: 282, done.
Counting objects: 100% (282/282), done.
Delta compression using up to 4 threads
Compressing objects: 100% (231/231), done.
Writing objects: 100% (282/282), 33.54 MiB | 126.73 MiB/s, done.
Total 282 (delta 52), reused 263 (delta 44)
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

我已经尝试过git config缓冲区增量命令和lfs.另外,我的互联网连接很好git在其他较长的项目中也能正常工作.问题仅在这个项目中,我尝试删除旧的仓库并制作一个新的仓库,但是失败了.项目大小为85MB,这是一个很小的前端页面,我正在使用该项目的githubpages进行实时投放,但是现在出现此错误..请为此提供解决方案.

I have already tried the git config buffer increment command and lfs. Also, my internet connection is good git is working fine in other long projects. the problem is only in this project, I have tried deleting the old repo and making a new one but fails. project size is 85MB and it's a small front-end page, I am using githubpages for this project for serving live, but now this error .. Please give me the solution for this.

推荐答案

我遇到了同样的问题,我尝试同时增加http和https的缓冲区大小,但最终我没有做到

I had the same problem I tried increasing the buffer size for both http as well as https but it did not work what I finally did was

git push --force

这行得通.

这篇关于Git推送错误:RPC失败;curl 55 SSL_write()返回SYSCALL,errno =10053.互联网连接正常,尝试增加缓冲区大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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