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

Ensure git is configured (Windows) #450

Closed
ShMcK opened this issue Aug 19, 2020 · 0 comments · Fixed by #457
Closed

Ensure git is configured (Windows) #450

ShMcK opened this issue Aug 19, 2020 · 0 comments · Fixed by #457
Assignees
Labels
bug Something isn't working

Comments

@ShMcK
Copy link
Member

ShMcK commented Aug 19, 2020

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.

@ShMcK ShMcK added the bug Something isn't working label Aug 19, 2020
@ShMcK ShMcK self-assigned this Aug 19, 2020
@ShMcK ShMcK changed the title Ensure git is configured Ensure git is configured on Windows Aug 19, 2020
@ShMcK ShMcK changed the title Ensure git is configured on Windows Ensure git is configured (Windows) Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant