fatal: The remote end hung up unexpectedly解决办法
$ git config --global http.postBuffer 2428000
git config http.postBuffer 524288000
配置完成后 git pull一下,才能生效??
$ git config --global http.postBuffer 2428000
git config http.postBuffer 524288000
配置完成后 git pull一下,才能生效??