Git 推送错误 :RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053。互联网连接正常,尝试增加缓冲区大小

标签 git github github-pages git-push

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 buffer increment 命令和 lfs。此外,我的互联网连接很好 git 在其他长项目中运行良好。问题仅在这个项目中,我尝试删除旧的 repo 并创建一个新的 repo 但失败了。项目大小是 85MB,它是一个小的前端页面,我正在使用 githubpages 为这个项目提供实时服务,但现在这个错误.. 请给我解决方案。

最佳答案

我遇到了同样的问题,我尝试增加 http 和 https 的缓冲区大小,但它不起作用我最终做的是

git push --force
这有效。

关于Git 推送错误 :RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053。互联网连接正常,尝试增加缓冲区大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65360794/

相关文章:

git - 如何允许团队成员在 Github 上上传他们对项目特定部分的贡献?

Git 推送大师致命 : You are not currently on a branch

github - 引用 github readme.md 中的当前分支

c# - 奇怪的 try/catch block 行为

GitHub 页面 : How can I wrap text around an image?

github-pages - 在 GitHub 页面中使用 robots.txt 有什么意义?

服务器上的 Git(windows server 2012)

git - git log --branches 有效吗?

git - 如何将 Git LFS 文件的旧版本打印到标准输出(Git show/git cat-file for LFS)?

maven - 在 github 页面中包含基于 pom.xml 的版本号?