具体如
```9:40 Push failed
Enumerating objects: 1027, done.
Delta compression using up to 12 threads
Total 628 (delta 198), reused 420 (delta 127)
the remote end hung up unexpectedly
the remote end hung up unexpectedly
RPC failed; curl 55 Send failure: Connection was aborted```
解决方式:
git config --global http.postBuffer 524288000
git config https.postBuffer 524288000
git config --global --add core.compression -1