Ensure git is configured (Windows)
ShMcK opened this issue · 0 comments
ShMcK commented
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.