原因:
因为文件太大了,墙的原因。。。需要扩大一下传输限制
解决:
git config http.postBuffer 524288000
初始化仓库:
git init
再不行就取消代理:
git config --global --unset http.proxy
git config --global --unset https.proxy
因为文件太大了,墙的原因。。。需要扩大一下传输限制
git config http.postBuffer 524288000
初始化仓库:
git init
再不行就取消代理:
git config --global --unset http.proxy
git config --global --unset https.proxy