1590023824(1).jpg
Google后,原因是超出git默认上传文件大小,提供的方案是增加git上传的缓存区,执行
git config http.postBuffer 524288000 后报错如下:
image.png
最终解决方案:
git config --global http.postBuffer 524288000
或
git config --global http.postBuffer 1048576000
记得重启后生效
Google后,原因是超出git默认上传文件大小,提供的方案是增加git上传的缓存区,执行
git config http.postBuffer 524288000 后报错如下:
或
git config --global http.postBuffer 1048576000
记得重启后生效