Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git increase buffer size

git config --global http.postBuffer 524288000

#If it's not enough double it!
git config --global http.postBuffer 1048576000
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #increase #buffer #size
ADD COMMENT
Topic
Name
2+4 =