From c5ce8107ace8ffacc472f0397cac64345e791884 Mon Sep 17 00:00:00 2001 From: MangoPig Date: Wed, 3 Dec 2025 03:18:34 +0000 Subject: [PATCH] GCM fix --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 75e3ff6..cc83b95 100755 --- a/setup.sh +++ b/setup.sh @@ -167,7 +167,7 @@ echo -e "${BLUE} LOG:${YELLOW} Configuring Git Credentials...${NC}" if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null; then GCM_WIN="/mnt/c/Program Files/Git/mingw64/bin/git-credential-manager.exe" if [ -f "$GCM_WIN" ]; then - git config --global credential.helper "\"$GCM_WIN\"" + git config --global credential.helper "! \"$GCM_WIN\"" fi else # Linux Server: Cache credentials for 12 hour