You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)')
The text was updated successfully, but these errors were encountered:
griswaldbrooks
changed the title
Dev container should know git credentials
Development container should know git credentials
Jul 26, 2020
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
The text was updated successfully, but these errors were encountered: