Skip to content

Ensure git is configured (Windows) #450

Closed
@ShMcK

Description

@ShMcK

On a fresh computer that has never used git before, you can hit a few failures.

On Windows, should check to ensure there is an email & name, or prompt the user to run the following command.

git config --global user.email EMAIL
git config --global user.name NAME

If git is not configured, commits won't save.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions