forcedotcom / forcedotcom/code-builder-feedback

Include Git Username and Email Setup In Initial Workspace Setup

Aperta
#145 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
area:usability type:enhancement
Lingua principale
Nessun dato sulla lingua
Stelle
35
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.