Open itslooklike opened 6 years ago
hello! i try to npx create-choo-app choo-test-app and install abort with error:
npx create-choo-app choo-test-app
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 "my.email@example.com"
git config --global user.email "my.email@example.com"
🤔 I think create-choo-app should point that out and name the according command.
create-choo-app
hello! i try to
npx create-choo-app choo-test-app
and install abort with error: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