no ssl for git please.
This commit is contained in:
parent
a9faa4e339
commit
edc1ec5bdc
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user