Commit ecea28e1 authored by dmMaze's avatar dmMaze
Browse files

disable git sslverify for git-pull #256

parent af321ce9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ set scriptpath=%~dp0
cd %scriptpath%..

set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;PortableGit\cmd;%PATH%
git config http.sslVerify false
git pull

pause
 No newline at end of file