Skip to content

Authentication

Autogit uses GitHub CLI for authentication.

Terminal window
# Install GitHub CLI
brew install gh
# Sign in to GitHub
gh auth login

That’s it. Autogit will automatically authenticate when you run it.

If authentication fails, ensure your token has the user:email scope:

Terminal window
gh auth refresh -s user:email