ZE10015: Git username or email not configured
Git username or email is not configured.
Quick Help
The fastest way to resolve this error is to join our Discord and leave a message - our team is ready to help!
- Error Code:
ZE10015 - Location: Terminal
- Related plugins: all
We store your user information at your local machine so when we are starting the build process we won't waste time on data transfer between your machine to data center. Each of your project's build, information, authentication to deployment platform (encrypted) are in a local folder called ~/.zephyr.
If we are unable to extra your username or email in git, we won't be able to correlate them to other information such as application_uid or your authentication details to help you deploy.
Debugging the error
Configure your username in terminal by:
git config --global user.name = "My Name"
Configure your git email by:
git config --global user.email = "My email"