1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 04:33:27 +08:00

优化中文的显示

This commit is contained in:
bWFuanVzYWth
2023-09-30 14:30:05 +08:00
parent fb9be2c859
commit c75fa01012

View File

@@ -47,6 +47,10 @@ echo %date% %time% Error: .git/ is broken>>%LOG_PATH%
goto end_with_error
)
::config
%GIT_PATH% config --local core.quotepath false
%GIT_PATH% config --local http.sslVerify false
::init
if not exist ".\.gitignore" (
%GIT_PATH% reset --hard
@@ -54,7 +58,6 @@ echo %date% %time% Infomation: %GIT_PATH% reset --hard>>%LOG_PATH%
)
::update
set GIT_SSL_NO_VERIFY=true
%GIT_PATH% pull origin main
if %errorlevel% NEQ 0 (
echo 错误:更新失败。如果没有其他警告,这通常是网络波动,重试就行,无效请使用加速器/挂梯子后再更新。