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

@@ -5,7 +5,7 @@ This file provides guidance to Claude Code when working with code in this reposi
## Quick Deploy (Handover to Another Machine)
```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, build web, seed lake_example
bash scripts/dev_up.sh # or: make up
@@ -23,7 +23,7 @@ bash scripts/dev_up.sh # or: make up
**Sample batches:** `lake/lake_example/datasets/manifest.yaml` (e.g. `adas/det_7cls/20260616_adas2d_pilot`).
**Git push:** `https://git.sanyele.com/ChengFang.LU/HSAP.git` — use Gitea **Access Token** as HTTPS password if SSH fails.
**Git push:** `https://git.sanyele.com/ADAS/HSAP` — use Gitea **Access Token** as HTTPS password if SSH fails.
**Deploy docs:** `README.md`, `docs/DEPLOY.md`.