修改了一些bat

This commit is contained in:
XTer 2024-03-11 22:24:43 +08:00
parent 29465e2ae0
commit 7f93a94782
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ echo 更新所有子模块
echo 执行 git pull 更新本地仓库 echo 执行 git pull 更新本地仓库
"%GIT_PATH%\git.exe" stash "%GIT_PATH%\git.exe" stash
"%GIT_PATH%\git.exe" config --global url."https://gitclone.com/".insteadOf https://
"%GIT_PATH%\git.exe" pull https://github.com/X-T-E-R/GPT-SoVITS-Inference.git main "%GIT_PATH%\git.exe" pull https://github.com/X-T-E-R/GPT-SoVITS-Inference.git main
echo. echo.

View File

@ -15,7 +15,6 @@ set GIT_PATH=PortableGit/bin
echo 强制覆盖所有子模块 echo 强制覆盖所有子模块
"%GIT_PATH%\git.exe" config --global url."https://gitclone.com/".insteadOf https://
"%GIT_PATH%\git.exe" submodule update --init --recursive "%GIT_PATH%\git.exe" submodule update --init --recursive
"%GIT_PATH%\git.exe" submodule foreach --recursive "git fetch origin plug_in && git reset --hard origin/plug_in" "%GIT_PATH%\git.exe" submodule foreach --recursive "git fetch origin plug_in && git reset --hard origin/plug_in"