Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development container should know git credentials #2

Open
griswaldbrooks opened this issue Jul 26, 2020 · 0 comments
Open

Development container should know git credentials #2

griswaldbrooks opened this issue Jul 26, 2020 · 0 comments

Comments

@griswaldbrooks
Copy link
Member

Use Case

The development container has the user mapped into it, however the git credentials seem not be be, requiring the developer to commit using a host terminal. This disrupts workflow

Acceptance Criteria

GIVEN we are in the development container
WHEN we try to commit changed
THEN git will know the git user and email

Dev Notes

griswald@gillwald-geometry:~/geometry$ git commit

*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'griswald@gillwald-geometry.(none)')

@griswaldbrooks griswaldbrooks changed the title Dev container should know git credentials Development container should know git credentials Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant