1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 03:53:29 +08:00

修复openssl报错

This commit is contained in:
bWFuanVzYWth
2022-11-28 20:05:37 +08:00
parent 23ca95d2da
commit 36d6c33171

View File

@@ -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%