create-choo-app icon indicating copy to clipboard operation
create-choo-app copied to clipboard

Aborting installation. git config user.email

Open itslooklike opened this issue 8 years ago • 2 comments

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

itslooklike avatar Nov 27 '17 13:11 itslooklike

You just need to set your email in git config. Just run git config --global user.email "[email protected]"

CedricRaison avatar Aug 08 '18 19:08 CedricRaison

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

perguth avatar Aug 02 '19 00:08 perguth