Git username or email is not configured.

  • 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:

1git config --global user.name = "My Name"

Configure your git email by:

1git config --global user.email = "My email"