What happened
Qlty could not check out your repository. After repeated checkout failures, Qlty stops attempting to analyze your codebase rather than retrying indefinitely.Why it happened
There are a few reasons why Qlty might not be able to clone your repository:- A GitHub outage. If GitHub was unavailable while your builds ran, Qlty could not reach your repository. Qlty does not resume on its own once GitHub recovers.
- The Qlty GitHub App no longer has access. The app was uninstalled, or its repository access was changed and no longer includes this repository.
- The repository was transferred to another owner.
- The repository was deleted.
How to fix it
Start by queueing a build. Click Run build on the alert, or Build on the project’s Builds page. Analysis resumes on the first build that succeeds, and the alert clears with it. This is the right place to start because a pause often outlasts its cause: after a GitHub outage is resolved, nothing else is wrong, and one successful build is all it takes. If the build fails instead, you know the problem is still present. If the build fails, work through these steps.Confirm GitHub App access
The Qlty GitHub App is installed on a GitHub organization, and that installation grants access to either All repositories or Only select repositories. Analysis breaks when the app is uninstalled, or when the repository is no longer in the selected list.In Qlty, go to Settings > General > Connections for your workspace. It shows the Qlty GitHub App and its Repository Access, each with a link out to GitHub to change the configuration.