Answers for "git increase buffer size"

0

git increase buffer size

git config --global http.postBuffer 524288000

#If it's not enough double it!
git config --global http.postBuffer 1048576000
Posted by: Guest on February-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language