Skip to main content

🛠️ Troubleshooting — Early Commit CLI

This page focuses on commit-specific issues related to the early generate-commit command.
For general token, memory, coverage, or formatting issues — see the Fundamentals Troubleshooting Guide →.


❌ No Test Files Generated

This can happen for several different reasons, ranging from configuration or permissions issues to already-covered code.

Please go through the checklist step by step in
👉 Why No Tests Were Generated

That guide explains every possible cause — including missing CLI installation, coverage command failures, validation errors, SCM permissions, and more — along with how to fix each one.


🔐 Auth or Token Errors

See the Authentication & Token Errors section →
Also review NPM Auth Failures →


💥 Memory Errors (OOM Crash)

See Out of Memory Fixes →


❌ Commit or Push Fails

See Git Push or Commit Rejected →


💡 Tips for CI

  • Always configure:

    export GIT_USER_NAME="Early Bot"
    export GIT_USER_EMAIL="ci@earlyai.com"
  • In GitHub Actions:

    - uses: actions/checkout@v4
    with:
    fetch-depth: 0

📚 More Help

For full guidance across all agents, visit:
Full Agent Troubleshooting →

Need assistance?