> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/get-help/error-list/git-and-repository-errors.md).

# Git and repository errors

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.

{% hint style="success" %}
**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.
  {% endhint %}

### 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.

{% hint style="success" %}
**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](/app-help/documentation/settings/git-repositories/importing-a-repository/github.md) or your provider's equivalent setup flow.
{% endhint %}

### 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.

{% hint style="success" %}
**Solution**

Create and activate a production schedule.

Start with [Creating Schedules](/app-help/documentation/bolt/creating-schedules.md) and [1. Schedule Settings](/app-help/documentation/bolt/creating-schedules/schedule-settings.md).

If the issue continues, contact support.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/get-help/error-list/git-and-repository-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
