mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-09 15:13:27 +08:00
优化中文的显示
This commit is contained in:
@@ -47,6 +47,10 @@ echo %date% %time% Error: .git/ is broken>>%LOG_PATH%
|
|||||||
goto end_with_error
|
goto end_with_error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
::config
|
||||||
|
%GIT_PATH% config --local core.quotepath false
|
||||||
|
%GIT_PATH% config --local http.sslVerify false
|
||||||
|
|
||||||
::init
|
::init
|
||||||
if not exist ".\.gitignore" (
|
if not exist ".\.gitignore" (
|
||||||
%GIT_PATH% reset --hard
|
%GIT_PATH% reset --hard
|
||||||
@@ -54,7 +58,6 @@ echo %date% %time% Infomation: %GIT_PATH% reset --hard>>%LOG_PATH%
|
|||||||
)
|
)
|
||||||
|
|
||||||
::update
|
::update
|
||||||
set GIT_SSL_NO_VERIFY=true
|
|
||||||
%GIT_PATH% pull origin main
|
%GIT_PATH% pull origin main
|
||||||
if %errorlevel% NEQ 0 (
|
if %errorlevel% NEQ 0 (
|
||||||
echo 错误:更新失败。如果没有其他警告,这通常是网络波动,重试就行,无效请使用加速器/挂梯子后再更新。
|
echo 错误:更新失败。如果没有其他警告,这通常是网络波动,重试就行,无效请使用加速器/挂梯子后再更新。
|
||||||
|
|||||||
Reference in New Issue
Block a user