GVM Fix
This commit is contained in:
parent
7abc587124
commit
96a4d2ce5f
2
setup.sh
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user