feat: 更新克隆和推送地址为新的 Gitea 仓库 URL

This commit is contained in:
2026-07-16 15:50:19 +08:00
parent 20073eaa59
commit be8a885b07
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
```bash
# 1. 克隆HTTPS 需 Gitea 用户名 + Access Token 作密码;或配置 SSH 公钥)
git clone https://git.sanyele.com/ChengFang.LU/HSAP.git
git clone https://git.sanyele.com/ADAS/HSAP
cd HSAP
# 2. 初始化:.env、feishu.env、前端构建、lake_example 样例植入
@@ -98,7 +98,7 @@ HSAP/
**依赖:** Docker 20+、Docker Compose v2、Node 18+(仅构建前端)
```bash
git clone https://git.sanyele.com/ChengFang.LU/HSAP.git
git clone https://git.sanyele.com/ADAS/HSAP
cd HSAP
bash scripts/init_after_clone.sh # .env / feishu.env、构建前端、植入 lake_example 样例
@@ -314,7 +314,7 @@ git status # 确认无 .env、feishu.env、*.pt、送标图像
git push origin main
```
远端:`https://git.sanyele.com/ChengFang.LU/HSAP.git`
远端:`https://git.sanyele.com/ADAS/HSAP`
---