From c701edb92a44d1182b7ef1ec5b2f67786ae5ebf4 Mon Sep 17 00:00:00 2001 From: li-shihao-code <2469171725@qq.com> Date: Wed, 25 Feb 2026 20:38:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AE=8C=E5=96=84=E4=BA=86=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=A0=87=E5=AE=9A=E8=BD=A6=E9=97=B4=E7=9A=84=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e82c72..10c9bf9 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ git config --global user.email "你注册GitHub的邮箱@example.com" # 或者使用更持久的存储(凭据将明文保存在磁盘,请确保系统安全) git config --global credential.helper store ``` +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 3. **首次推送时输入凭据:** - 执行 `git push` 等需要鉴权的操作时,Git 会提示输入用户名和密码。 @@ -198,5 +199,3 @@ git push origin feature/your_feature_name 开发完成后,请在 GitHub 页面上针对您的分支发起 **Pull Request (PR)**。由其他团队成员进行 Code Review,确认无误后再 Merge 合并入 `main` 分支。 --- - -以上即为调整后的完整 README 文档,已针对 HTTPS 访问组织私有仓库进行了配置说明,格式规范统一,内容清晰易读。 \ No newline at end of file