diff --git a/BaseGitConfig.bat b/BaseGitConfig.bat index c641067..0f007de 100755 --- a/BaseGitConfig.bat +++ b/BaseGitConfig.bat @@ -10,7 +10,7 @@ mkdir %SCRIPTS% if exist %GIT% ( del /f/s/q C:\Users\zuper\.gitconfig - %GIT% -c "git config --global core.sshCommand "ssh -i ~/.ssh/giteadeploy -F /dev/null"" + %GIT% -c "git config --global core.sshCommand 'ssh -i ~/.ssh/giteadeploy -F /dev/null'" %GIT% -c "git config --global user.name "USER"" %GIT% -c "git config --global user.email "USER@DOMAIN.com"" %GIT% -c "git config --global init.defaultBranch main"