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`.

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`
---

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
```

View File

@@ -27,7 +27,7 @@
```bash
cd ~/DATA/HSAP
git remote set-url origin https://git.sanyele.com/ChengFang.LU/HSAP.git
git remote set-url origin https://git.sanyele.com/ADAS/HSAP
```
### 3. Push在系统终端不要用 Cursor 内置 Git