From 62c76dc52bf09e08b7dfa2a777432b5994b3d9db Mon Sep 17 00:00:00 2001 From: Shiliang Date: Wed, 27 May 2026 17:26:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AF=86=E7=A0=81=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=9C=AC=E5=9C=B0=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05_项目管理/Git规定指南.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/05_项目管理/Git规定指南.md b/05_项目管理/Git规定指南.md index 392798e..4ad64b3 100644 --- a/05_项目管理/Git规定指南.md +++ b/05_项目管理/Git规定指南.md @@ -92,7 +92,11 @@ git push # 推送到远程仓库 - **仓库地址**: `https://jinmt.com/Shiliang/UnityAI.git` - **用户名**: `Shiliang` -- **密码**: `Sl940104` +- **密码**: *请在本地配置,不要提交到仓库* + +**本地配置方法**: +1. 使用 `git config credential.helper store` 配置凭证存储 +2. 首次推送时输入用户名密码,系统会自动保存到本地 ---