> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Git and repository errors

> Common Paradime errors related to Git providers, repository access, and pull request lineage generation.

Use this page for errors tied to Git provider availability, repository access, or PR-based workflows.

### PARA-1003: Could not read from remote repository on GitHub

Paradime could not fetch your dbt repository from GitHub.

This usually happens when the GitHub API is down, overloaded, or temporarily unresponsive.

Most cases are intermittent.

<Check>
  **Solution**

  * Check [GitHub Status](https://www.githubstatus.com/).
  * If GitHub reports an incident, wait and rerun the job.
  * If you need results immediately, trigger the job manually.
</Check>

### PARA-1008: Couldn't connect to git repository

Paradime could not connect to the repository attached to your workspace.

Common causes include:

* The repository no longer exists.
* The deploy key was removed.
* The account that added the deploy key no longer exists.

<Check>
  **Solution**

  Confirm the repository still exists.

  Confirm the SSH connection between Paradime and your Git provider still works.

  If needed, reconnect the repository using [GitHub](/products/settings/git-repositories/importing-a-repository/github) or your provider's equivalent setup flow.
</Check>

### PARA-1013: Couldn't generate Lineage Diff report

Paradime could not generate the Lineage Diff report for a pull request.

This usually means Bolt is not fully configured.

At least one active production schedule is required.

<Check>
  **Solution**

  Create and activate a production schedule.

  Start with [Creating Schedules](/products/bolt/creating-schedules/index) and [1. Schedule Settings](/products/bolt/creating-schedules/schedule-settings).

  If the issue continues, contact support.
</Check>


## Related topics

- [Git Repositories](/products/settings/git-repositories/index.md)
- [Update connected git repository](/products/settings/git-repositories/update-connected-git-repository.md)
- [Setting Up a dbt™ Project](/guides/paradime-101/getting-started-with-the-paradime-ide/setting-up-a-dbt-project.md)
- [Creating a Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/creating-a-workspace.md)
- [Troubleshooting](/get-help/error-list/index.md)
