报错如下:
Counting objects: 100% (25515/25515), done.
Delta compression using up to 4 threads
Compressing objects: 100% (18794/18794), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedlyiB | 19.00 KiB/s
Writing objects: 100% (25503/25503), 28.46 MiB | 298.00 KiB/s, done.
Total 25503 (delta 5409), reused 25463 (delta 5393), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
解决方法:
git config --global http.postBuffer 524288000
然后重新 push 即可!
标签:cleanly,GIT,HTTP,err,stream,up,done,curl,25503 From: https://www.cnblogs.com/guowenrui/p/17019268.html