我发现很少但是它们不一样,在这种情况下,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
答案 0 :(得分:0)
当通过http(通过服务器上的apache)重定向到https的远程存储库时,我遇到了同样的问题。
e.g。 git push http:<blah>
失败了
但是git push https:<blah>
工作了