No backups listed: validate the Backup and Migrate AWS S3 destination, credentials, and object permissions.
Site is not in a Git repository: run git init in your project directory, make an initial commit, and then add a GitHub or GitLab remote.
Git remote is not GitHub or GitLab: add a supported remote such as git remote add github https://github.com/example-org/example-repo.git or a GitLab remote such as git remote add gitlab https://git.drupalcode.org/project/example-repo.git. For non-GitHub hosts, the module verifies GitLab compatibility by probing GitLab endpoints over HTTPS.
Git repository is private: private repositories are currently unsupported for MVP; use a public GitHub or GitLab repository.
Test and Hook Failures
Push blocked by tests: run bash scripts/testing/ready-to-run.sh to mirror hook behavior.
Need detailed reproduction: run bash scripts/testing/run-tests.sh --changed or bash scripts/testing/run-tests.sh.
Focused runner says runtime not initialized: run bash scripts/testing/bootstrap-runtime.sh first.
Baseline drift reported: reset only the relevant baseline after validating improvement intent.
Docs Publishing Issues
Pages not updating: verify the pipeline ran on the default branch and the pages job succeeded.
Broken links in docs: run php scripts/testing/check-doc-links.php locally and fix any failing relative links.