From 9bb7a56c2be396f43c600501fd709352db6e6a4a Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 3 Feb 2025 11:26:42 +0800 Subject: [PATCH] update, --- gitUpdate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitUpdate.sh b/gitUpdate.sh index 3d3d91b..1334f49 100755 --- a/gitUpdate.sh +++ b/gitUpdate.sh @@ -2,6 +2,9 @@ set -ex +# git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe" + + git config --global core.compression 0 git config --global credential.cacheOptions "--timeout 86400"