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

@@ -27,7 +27,7 @@ sudo usermod -aG docker $USER # 重新登录后生效
## 2. 克隆与初始化
```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
```