小编Tup*_*upi的帖子

我无法推送 GitHub 提交 - RPC 失败;curl 55 发送失败:连接被中止

我正在尝试推送我已经在 GitHub 中完成的提交。

但我不能。当我按下push(或者输入git pushcmd)时,出现以下错误:

Enumerating objects: 78, done.
Counting objects: 100% (78/78), done.
Delta compression using up to 4 threads
Compressing objects: 100% (37/37), done.
error: RPC failed; curl 55 Send failure: Connection was aborted
fatal: the remote end hung up unexpectedly
Writing objects: 100% (48/48), 11.72 MiB | 339.00 KiB/s, done.
Total 48 (delta 23), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
Run Code Online (Sandbox Code Playgroud)

这是一个用VS编写的C++程序。我已经在同一个仓库和同一个项目中提交并推送了更多的东西。仓库是https://github.com/Tupie​​t/learncpp- tutorial

我已经搜索了一段时间,发现人们说要这样做:git config …

git push github git-push

5
推荐指数
0
解决办法
9192
查看次数

标签 统计

git ×1

git-push ×1

github ×1

push ×1