4 Star 37 Fork 0

佛山市第一中学-汤勇 / AI2Local

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ai2单机版在线升级.bat 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2023-09-16 19:47 . v185a-887-ga12e311ba
@echo off
cd /d %~dp0
ren Git Gitb
if not exist .git (
Gitb\bin\git init
Gitb\bin\git config --unset http.proxy
Gitb\bin\git config --unset https.proxy
Gitb\bin\git remote add origin https://gitee.com/fsyz/AI2Local.git
Gitb\bin\git fetch origin
Gitb\bin\git branch master origin/master
Gitb\bin\git pull
Gitb\bin\git reset --hard
) else (
Gitb\bin\git config --unset http.proxy
Gitb\bin\git config --unset https.proxy
Gitb\bin\git fetch origin master
Gitb\bin\git reset --hard origin/master
)
if not exist Git (
ren Gitb Git
) else (
rd /s /q Gitb
)
pause
Java
1
https://gitee.com/fsyz/AI2Local.git
git@gitee.com:fsyz/AI2Local.git
fsyz
AI2Local
AI2Local
master

搜索帮助