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

"configure" doesn't work if user globals is not set #110

Closed
extsoft opened this issue Apr 29, 2018 · 3 comments
Closed

"configure" doesn't work if user globals is not set #110

extsoft opened this issue Apr 29, 2018 · 3 comments
Labels

Comments

@extsoft
Copy link
Contributor

extsoft commented Apr 29, 2018

If

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

is not set, git elegant configure will fail.

@extsoft extsoft added the bug label Apr 29, 2018
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
@extsoft
Copy link
Contributor Author

extsoft commented May 9, 2018

@rultor please release, the tag is 0.3.0.

@rultor
Copy link

rultor commented May 9, 2018

@rultor please release, the tag is 0.3.0.

@extsoft OK, I will release it now. Please check the progress here

@rultor
Copy link

rultor commented May 9, 2018

@rultor please release, the tag is 0.3.0.

@extsoft Done! FYI, the full log is here (took me 3min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants