Git 解决the remote end hung up unexpectedly问题
当网络不好的时候,pull和push代码总是失败,可以打开cmd修改配置
修改提交缓存大小为1000M,或者更大的数字
git config --global http.postBuffer 1048576000
可通过命令查询修改后的配置
git config -l
diff.astextplain.textconv=astextplain
filter.lfs.clean=...
原创
2020-03-17 12:12:31 ·
839 阅读 ·
0 评论