git post資料過大報錯-Out of memory

wangchunbo發表於2021-07-06

錯誤提示: malloc failed (tried to allocate 947912704 bytes)

因為是初始化專案,專案檔案過大,所以報錯.
網上很多都是亂來的. 這裡直接指出問題所在,只需要修改http.postBuffer 即可

解決:

執行

git config --global http.postBuffer 524288000

git config --global core.compression -1

再改一下,網路限制配置

git pconfig --global http.lowSpeedLimit 0

git pconfig --global http.lowSpeedTime 999999

成功上傳

git post資料過大報錯-Out of memory

本作品採用《CC 協議》,轉載必須註明作者和本文連結
感謝關注 上海PHP自學中心-免費程式設計視訊教學|

相關文章