mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
修改了一些bat
This commit is contained in:
parent
29465e2ae0
commit
7f93a94782
@ -17,7 +17,6 @@ echo 更新所有子模块
|
||||
|
||||
echo 执行 git pull 更新本地仓库
|
||||
"%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
|
||||
|
||||
echo.
|
||||
|
@ -15,7 +15,6 @@ set GIT_PATH=PortableGit/bin
|
||||
|
||||
|
||||
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 foreach --recursive "git fetch origin plug_in && git reset --hard origin/plug_in"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user