ZE10016: Missing Git information

Could not get git info.

Quick Help

The fastest way to resolve this error is to join our Discord and leave a message - our team is ready to help!

Zephyr could not determine the stable repository information required for this deployment. Depending on the build, this can include the Git branch, commit, author identity, or origin remote.

Authentication failures use ZE10018 instead. Logging in again does not create missing Git history or repository metadata.

Debugging the error

Run these commands in the project directory to identify the missing information:

git rev-parse --is-inside-work-tree
git rev-parse HEAD
git branch --show-current
git remote -v
git config user.name
git config user.email

CI deployments require a checked-out commit and stable branch metadata. Ensure the checkout step includes the commit history and the CI provider exposes its branch or pull-request variables.

If the username or email is missing, see ZE10015. If origin is missing, see ZE10014.