Could not get git info.

There could be several reason why this error shows up - it could be because remote origin wasn't configured for the project directory; it could be because you haven't set a username for git; or it could be because you don't have an email set to your git config.

All of these information will affect your build and deployment through Zephyr as we use them to both authenticate you and deploy your application.

Debugging the error

To make sure you have all the configuration set up correctly, you can do so by running this in your project directory (use arrow key to scroll down and check your remote origin's url)

1git config --list

If you are missing username and email, please refer to ZE10015 to configure it correctly.

If you are missing remote origin url, refer to ZE10014.