1

我发现了一些案例,但它们并不相同,在这种情况下,git 说写入对象已完成,然后它失败了,知道为什么吗?

这是powershell控制台:

Counting objects: 1554, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1540/1540), done.
efrror: RPC failed; result=22, HTTP code = 413 84 KiB/s
atal: The remote end hung up unexpectedly
Writing objects: 100% (1554/1554), 492.13 MiB | 5.49 MiB/s, done.
Total 1554 (delta 102), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date
4

1 回答 1

0

通过已重定向(通过服务器上的 apache)到 https 的 http 推送到远程存储库时,我遇到了同样的问题。

例如git push http:<blah>失败但git push https:<blah>有效

于 2013-02-26T14:53:51.867 回答