create-choo-app
create-choo-app copied to clipboard
Aborting installation. git config user.email
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

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
You just need to set your email in git config.
Just run git config --global user.email "[email protected]"
🤔 I think create-choo-app should point that out and name the according command.