feat:完善了自动标定车间的环境
This commit is contained in:
@@ -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 访问组织私有仓库进行了配置说明,格式规范统一,内容清晰易读。
|
||||
Reference in New Issue
Block a user