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

# Resolve access issues with source integrations

> Learn how to troubleshoot access rights for integrated repositories.

export const VariableBlock = ({name}) => {
  return <var spellCheck={false} title={`Replace '${name}' with your own data`}>{name}</var>;
};

If you [add a user](/docs/administration/users#add-a-user-to-a-project) to an Upsun project,
but you haven’t added them to the remote repository on GitHub, GitLab, or Bitbucket,
they can't clone the project locally.

That user might try to clone the repository using the CLI with the following command:

```bash theme={null}
upsun get <PROJECT_ID>
```

In this case, the user gets an error similar to the following:

```txt {no-copy="true"} theme={null}
Failed to connect to the Git repository: git@github.com:organization/repository.git
Please make sure you have the correct access rights and the repository exists.
```

## Solution: Check external repository access rights

To enable the user to clone the repository,
grant them the correct access rights for the integrated repository.
