1. fatal: the remote end hung up unexpectedly
git config --global http.postBuffer 104857600
其他方案:
git config --global pack.windowMemory 100m
git config --global pack.packSizeLimit 100m
git config --global pack.threads 1
标签:100m,git,--,global,问题,解决,config,pack
From: https://www.cnblogs.com/whm-blog/p/16866530.html