运维网's Archiver
论坛
›
git/gitlab
› Sun‘刺眼的博客
diaoyudao
发表于 2018-1-13 19:56:41
Sun‘刺眼的博客
git config --global http.postBuffer 524288000 原因:由于Http协议错误,当Pull或者Clone的时候
解决方案: 在Git Bash Here 中执行该 git config --global http.postBuffer 524288000 命令,
然后再执行git pull 或者 git clone命令。
注: 当时我遇到该问题是是这样解决的,此方案仅供参考。
页:
[1]
查看完整版本:
Sun‘刺眼的博客