【问题标题】:error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 8)错误:RPC 失败; curl 92 HTTP/2 流 0 未完全关闭:未知错误代码(错误 8)
【发布时间】:2021-05-06 02:55:18
【问题描述】:

我无法推送到 github,我已经尝试在 git config 中更改缓冲区或降级到 HTTP/1.1。这是完整的命令输出:

PS C:\Users\SomeUser\Desktop\Website Projects\Voice-Rooms-Site> git push
Enumerating objects: 41, done.
Counting objects: 100% (41/41), done.
Delta compression using up to 6 threads
Compressing objects: 100% (33/33), done.
Writing objects: 100% (33/33), 4.37 MiB | 23.78 MiB/s, done.
Total 33 (delta 18), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 8)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

我从尝试推送 5mb 的 gif 图像开始,现在即使删除它(使用 git rm --cached)我仍然收到错误消息。

【问题讨论】:

  • 好吧,我可能有问题,还不确定...我的上传速度现在是

标签: git github


【解决方案1】:

我找到了答案,只是我的上传速度太差了。

【讨论】:

    猜你喜欢
    • 2021-10-25
    • 2021-08-03
    • 2020-12-09
    • 2022-11-17
    • 2021-12-09
    • 1970-01-01
    • 1970-01-01
    • 2021-04-29
    • 2023-01-07
    相关资源
    最近更新 更多