From 96a4d2ce5f03476b0c5f554c15b84a368cb68d6e Mon Sep 17 00:00:00 2001 From: MangoPig Date: Wed, 3 Dec 2025 03:14:58 +0000 Subject: [PATCH] GVM Fix --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 520caa5..75e3ff6 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