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
记得重启后生效
本文标题:AndroidStudio 中git 报Connection w
本文链接:https://www.haomeiwen.com/subject/mrnaohtx.html
网友评论