【发布时间】:2021-08-04 20:49:47
【问题描述】:
我想使用 GitHub 桌面应用程序(Windows 10)将一些文件从本地存储库推送到 Origin。但一次又一次地显示错误。错误是:
Enumerating objects: 26, done.
Counting objects: 100% (26/26), done.
Delta compression using up to 4 threads
Compressing objects: 100% (25/25), done.
Writing objects: 100% (25/25), 3.37 MiB | 147.00 KiB/s, done.
Total 25 (delta 1), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
这是这个错误的图片:
我该如何解决这个问题?
谢谢。
【问题讨论】:
标签: git github push github-for-windows