Counting objects: 3, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 516.00 MiB | 173.07 MiB/s, done.
Total 3 (delta 0), reused 1 (delta 0)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
解决方式:
git config --global http.postBuffer 524288000
未经允许不得转载:鹞之神乐 » git 出现413 Request Entity Too Large和The remote end hung up unexpectedly