通过搜索普遍认为推送内容过大的原因。
解决:在android studio 的Terminal中输入
git config --global http.postBuffer 524288000
确认:可在项目文件根目录中找到.git文件,打开config查看postBuffer
其实我第一次已经push成功,继续push一直提示The remote end hung up unexpectedly。以后可以直接到网站上看一下,省的傻傻的浪费时间了~w
本文介绍了解决在Android Studio中遇到的推送内容过大问题的方法。通过调整git配置中的http.postBuffer参数,可以有效解决推送过程中出现的remote end hung up unexpectedly错误。
通过搜索普遍认为推送内容过大的原因。
解决:在android studio 的Terminal中输入
git config --global http.postBuffer 524288000
确认:可在项目文件根目录中找到.git文件,打开config查看postBuffer
其实我第一次已经push成功,继续push一直提示The remote end hung up unexpectedly。以后可以直接到网站上看一下,省的傻傻的浪费时间了~w
792

被折叠的 条评论
为什么被折叠?