报错:fatal: the remote end hung up unexpectedly
可能是文件大导致的
解决方法:
将http缓存设置大一些
git config --global http.postBuffer 1048576000
设置git最低速度
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
设置之后就可以了
可能是文件大导致的
将http缓存设置大一些
git config --global http.postBuffer 1048576000
设置git最低速度
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
设置之后就可以了