diff --git a/双击更新蓝图仓库.bat b/双击更新蓝图仓库.bat index c4b35c1..8f3d5ce 100644 --- a/双击更新蓝图仓库.bat +++ b/双击更新蓝图仓库.bat @@ -40,6 +40,7 @@ chcp 65001 :git_init echo INF: %date% %time% git pull start >> %LOG_PATH% + set GIT_SSL_NO_VERIFY=true %GIT_PATH% pull origin main echo INF: %date% %time% git pull end >> %LOG_PATH%