Skip to content

Git not working in Container #1

@fkwilken

Description

@fkwilken

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions