-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
For many people, git is not working in the container. This is most likely due to a lack of global git configuration. To fix this, do the following:
If an incorrect git config already exists, first remove it with:
rm -r ~/.gitconfig
Then add the correct config:
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
Filling in your username and email where appropriate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels