From 6caa1c2f4782a43ee44d7db004bdcca79af3edfc Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Apr 2026 06:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw/knowledgebase/Gitea + SSH 完整配置指南(含排错).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openclaw/knowledgebase/Gitea + SSH 完整配置指南(含排错).md b/openclaw/knowledgebase/Gitea + SSH 完整配置指南(含排错).md index 2f9d9370..714062fd 100644 --- a/openclaw/knowledgebase/Gitea + SSH 完整配置指南(含排错).md +++ b/openclaw/knowledgebase/Gitea + SSH 完整配置指南(含排错).md @@ -377,7 +377,7 @@ Bash cd D:\Workspace\nexus # 重新设置远程地址,强制指定 git 用户和 2222 端口 -git remote set-url origin ssh://git@192.168.3.189:2222/admin/nexus.git +git remote set-url origin ssh://git@192.168.3.17:2222/ishenwei/nexus.git ``` ### 第三步:验证修改