From 3d35ba413a97d084eb6405c9122f78a28379b29f Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Thu, 6 Feb 2025 03:58:58 +0800 Subject: [PATCH] update, --- gitUpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitUpdate.sh b/gitUpdate.sh index 7d8a6b3..5a16ac7 100755 --- a/gitUpdate.sh +++ b/gitUpdate.sh @@ -3,7 +3,7 @@ set -ex git config --global core.compression 0 -git config --global credential.cacheOptions "--timeout 86400" +git config --global credential.cacheOptions "--timeout 8640000" git config --global credential.useHttpPath true git config --global http.postBuffer 157286400 git config --global http.version HTTP/1.1