From 485b908b1ec8ec94077054500cbcb72216d0187b Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 3 Aug 2020 13:42:01 +0800 Subject: [PATCH] git: Remove git http postBuffer --- git/global.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/global.gitconfig b/git/global.gitconfig index 65a2bfa..728f0a2 100644 --- a/git/global.gitconfig +++ b/git/global.gitconfig @@ -4,8 +4,8 @@ signingkey = 926634D64ACAD792 [push] default = matching -[http] - postBuffer = 524288000 +#[http] +#postBuffer = 524288000 [alias] unstage = reset HEAD -- a = add