-
Notifications
You must be signed in to change notification settings - Fork 9
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
"configure" doesn't work if user globals is not set #110
Labels
Comments
extsoft
added a commit
that referenced
this issue
Apr 30, 2018
For the new git installations the "user.name" and "user.email" settings may not be configured. As the result, if a user tries to use "git elegant configure ..." directly or as part of another command ("init" etc.), it leads to a breaking of "configure" execution since default setting can't be read. As a solution, an empty value will be used by default in the case of the "user.name" and "user.email" aren't configured on a global level. #110
extsoft
added a commit
that referenced
this issue
May 9, 2018
For the new git installations the "user.name" and "user.email" settings may not be configured. As the result, if a user tries to use "git elegant configure ..." directly or as part of another command ("init" etc.), it leads to a breaking of "configure" execution since default setting can't be read. As a solution, an empty value will be used by default in the case of the "user.name" and "user.email" aren't configured on a global level. #110
@rultor please release, the tag is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
is not set,
git elegant configure
will fail.The text was updated successfully, but these errors were encountered: