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

Aborting installation. git config user.email #40

Open
itslooklike opened this issue Nov 27, 2017 · 2 comments
Open

Aborting installation. git config user.email #40

itslooklike opened this issue Nov 27, 2017 · 2 comments

Comments

@itslooklike
Copy link

hello! i try to npx create-choo-app choo-test-app
and install abort with error:

Aborting installation. The following error occured:
  git config user.email

image

i use local git config instead global

i think what global git config will solve my problem... but it will be wunder to stay in local git config

@CedricRaison
Copy link

You just need to set your email in git config.
Just run git config --global user.email "my.email@example.com"

@perguth
Copy link
Contributor

perguth commented Aug 2, 2019

🤔 I think create-choo-app should point that out and name the according command.

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

No branches or pull requests

3 participants