forcedotcom / forcedotcom/code-builder-feedback

Include Git Username and Email Setup In Initial Workspace Setup

オープン
#145 コメント 2 件 リアクション 0 件 担当者 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。