no ssl for git please.

This commit is contained in:
Michael H.G. Schmidt 2024-02-01 12:32:02 +01:00
parent a9faa4e339
commit edc1ec5bdc

View File

@ -63,6 +63,7 @@ if NOT exist %GITWORKDIR% (
echo cloning GIT repository ...
cd %GITWORKDIR%
git config --global http.sslVerify false
git clone https://%USERNAME%@%gitserver%/%USERNAME%/%gitrepo%.git
if %ERRORLEVEL% NEQ 0 (