error: RPC failed; curl 18 transfer closed with outstanding read data remaining
配置的缓存空间不够导致的,调大就行了(如下调整为500M)
$ git config --global http.postBuffer 524288000
查看配置情况
$ git config --list
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
配置的缓存空间不够导致的,调大就行了(如下调整为500M)
$ git config --global http.postBuffer 524288000
查看配置情况
$ git config --list