From 3919899bd550751540020a382a08c0cc22a59f61 Mon Sep 17 00:00:00 2001 From: JunWang Date: Tue, 12 May 2026 14:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20git=20=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=9C=B0=E5=9D=80=E4=B8=BA=20https://git.atomdancing.?= =?UTF-8?q?com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aae90c1..724fc44 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age ### 方式一:一键安装(推荐) ```bash -curl -fsSL https://gitea.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash +curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash ``` ### 方式二:从源码安装 ```bash -git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git +git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git cd tlbm-mcp npm install npm run build diff --git a/install.sh b/install.sh index 29a56a1..b9cff9c 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ if [ -d "tlbm-mcp" ]; then git pull else echo "📥 克隆仓库..." - git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git + git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git cd tlbm-mcp fi