📜  git 增加缓冲区大小 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:02.996000             🧑  作者: Mango

代码示例1
git config --global http.postBuffer 524288000

#If it's not enough double it!
git config --global http.postBuffer 1048576000