forcedotcom / forcedotcom/code-builder-feedback

Include Git Username and Email Setup In Initial Workspace Setup

未关闭
#145 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:usability type:enhancement
主要语言
没有语言数据
星标
35
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

When I create a new workspace and start doing work in it, the first time I try to commit my code in Git using the source control tab on the left side of the IDE, it fails because my username and email haven't been set up in the git executable for that workspace.

This means I have to go to terminal and run the commands:

```
git config --global user.email "some@email.com"
git config --global user.name "Firstname Lastname"
```

I feel that, if the user were prompted for this information during setup of the workspace, there wouldn't be a need for a user to drop into the terminal and run UNIX CLI commands to complete their workspace setup.

Right now I work around this by running a custom script upon creating a new workspace.

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先检查初始工作区设置流程,以及首次提交失败的源代码管理选项卡。确定如何处理新工作区的 Git 身份配置,并定义提示和持久化行为。当新创建的工作区无需终端命令即可完成首次提交时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
git
领域
developer-experience
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。