We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You just need to set your email in git config. Just run git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
Sorry, something went wrong.
🤔 I think create-choo-app should point that out and name the according command.
create-choo-app
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: