From 1da8e0278a8ef72a8252b6fa9721121ba4693b62 Mon Sep 17 00:00:00 2001 From: bWFuanVzYWth Date: Thu, 11 May 2023 14:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.bat b/update.bat index fab27fa..03ad2b5 100644 --- a/update.bat +++ b/update.bat @@ -57,7 +57,7 @@ echo %date% %time% Infomation: %GIT_PATH% reset --hard>>%LOG_PATH% set GIT_SSL_NO_VERIFY=true %GIT_PATH% pull origin main if %errorlevel% NEQ 0 ( -echo 错误:更新失败。这通常是网络问题,重试就行,或者开加速器再更新。 +echo 错误:更新失败。如果没有其他警告,这通常是网络波动,重试就行,无效请使用加速器/挂梯子后再更新。 echo %date% %time% Error: %GIT_PATH% pull origin main>>%LOG_PATH% goto end_with_error ) else (