choojs / create-choo-app

🚞 - create a fresh choo application
MIT License
181 stars 36 forks source link

Aborting installation. git config user.email #40

Open itslooklike opened 6 years ago

itslooklike commented 6 years ago

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 commented 6 years ago

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

perguth commented 5 years ago

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