github 私人代码clone失败 - Faile d sending data to the peer
问题
从github私人仓库克隆代码报错:
Failed sending data to the peer
解决
git config --local http.postBuffer 524288000
上述命令需要本地已有git仓库。可将local变更为global配置全局属性。
从github私人仓库克隆代码报错:
Failed sending data to the peer
git config --local http.postBuffer 524288000
上述命令需要本地已有git仓库。可将local变更为global配置全局属性。