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配置全局屬性。