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 ...
|
echo cloning GIT repository ...
|
||||||
cd %GITWORKDIR%
|
cd %GITWORKDIR%
|
||||||
|
git config --global http.sslVerify false
|
||||||
git clone https://%USERNAME%@%gitserver%/%USERNAME%/%gitrepo%.git
|
git clone https://%USERNAME%@%gitserver%/%USERNAME%/%gitrepo%.git
|
||||||
|
|
||||||
if %ERRORLEVEL% NEQ 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
|
Loading…
Reference in New Issue
Block a user