换源gitee

This commit is contained in:
XTer 2024-03-12 00:19:07 +08:00
parent 809e1d8f7a
commit 2deae0d7f5
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ echo 更新所有子模块
echo 执行 git pull 更新本地仓库 echo 执行 git pull 更新本地仓库
"%GIT_PATH%\git.exe" stash "%GIT_PATH%\git.exe" stash
"%GIT_PATH%\git.exe" pull https://github.com/X-T-E-R/GPT-SoVITS-Inference.git main "%GIT_PATH%\git.exe" pull https://gitee.com/xxoy/GPT-SoVITS-Inference.git main
echo. echo.
echo 更新完成! echo 更新完成!

View File

@ -20,7 +20,7 @@ echo 强制覆盖所有子模块
"%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"
echo 强制覆盖本地仓库 echo 强制覆盖本地仓库
"%GIT_PATH%\git.exe" fetch https://github.com/X-T-E-R/GPT-SoVITS-Inference.git main "%GIT_PATH%\git.exe" fetch https://gitee.com/xxoy/GPT-SoVITS-Inference.git main
"%GIT_PATH%\git.exe" reset --hard FETCH_HEAD "%GIT_PATH%\git.exe" reset --hard FETCH_HEAD
echo. echo.

@ -1 +1 @@
Subproject commit ce4eaf764a2ca2a2b388aa631e55a2819552ba42 Subproject commit 43a734c47c596a128ee4bfb5839953ad3b814042