> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Fixing a Broken GitHub Integration ## Article: Fixing a Broken GitHub Integration ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli-for-sites/fixing-a-broken-git-hub-integration.md ## Article Content: # Fix a Broken Git Integration [Git Integration](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/about-git-integration-wix-cli.md) relies on the [Velo GitHub App](https://github.com/apps/velo-app) to maintain the connection between your site and its GitHub repository. If the app is uninstalled or suspended, your site's Git integration stops working. Your Git integration can also stop working if you make changes to the repo's settings or to your GitHub account settings. When the connection between your site and GitHub is lost, a modal indicating the problem appears in the editor. The following sections explain each of the modals you might see in the editor, and the steps you can take to fix your Git integration. ## Repository Not Found The **GitHub repository cannot be found** modal indicates that the Velo GitHub App can't find your site's repo. This happens in the following cases: * You deleted the repo. * You changed the repo's name. * You transferred the repo to another GitHub account or organization. * You changed your GitHub username. * You revoked the Velo App's access to the repo. In the first 4 cases, you need to disconnect your site from GitHub. You can do this by clicking the **Disconnect From GitHub** button in the modal. Once you've done this, [connect your site to GitHub](https://support.wix.com/en/article/velo-setting-up-git-integration-wix-cli-early-access#connect-your-site-to-github) again and create a new repo for your site. Please note that you can't reconnect your site to the original repo. In the last case, you can restore the connection to your site's repo by granting the Velo App access to it: 1. Open [GitHub](https://www.github.com) in a new tab in your browser. 2. In the upper-right corner, click your profile photo and select **Settings**. ![](https://user-images.githubusercontent.com/89579857/211188090-bc05a823-0b0c-462d-bdd2-8099d26dd28a.png) 3. On the left sidebar, under **Integrations**, click **Applications**. ![](https://user-images.githubusercontent.com/89579857/211188102-63a97ac5-5c3e-4fd7-a97c-c91a0f33ab58.png) 4. With the **Installed GitHub Apps** tab selected, find the Velo App and click **Configure**. 5. In the **Repository access** section, click **Select repositories**. Select your site's repository from the dropdown list. Click **Save**. 6. Refresh the Wix editor. ## Velo App Uninstalled The **Velo App on GitHub was uninstalled** modal indicates that you have uninstalled the Velo App from your GitHub account. To reinstall the app, take the following steps: 1. Open the [Velo App](https://github.com/apps/velo-app) page in a new tab in your browser. 2. Click **Configure**. 3. Select where you want to install the app. 4. Select **Only select repositories** and select your site's repository from the dropdown list. 5. Click **Install**. 6. Refresh the Wix editor. ## Velo App Suspended The **Velo App on GitHub was suspended** modal indicates that you have suspended the Velo App's access to your GitHub account. To unsuspend the app, take the following steps: 1. Open [GitHub](https://www.github.com) in a new tab in your browser. 2. In the upper-right corner, click your profile photo and select **Settings**. ![](https://user-images.githubusercontent.com/89579857/211188090-bc05a823-0b0c-462d-bdd2-8099d26dd28a.png) 3. On the left sidebar, under **Integrations**, click **Applications**. 4. With the **Installed GitHub Apps** tab selected, find the Velo App and click **Configure**. 5. In the **Danger Zone** section, click **Unsuspend**. 6. Refresh the Wix editor. ## See also * [Test Your Code in the Local Editor](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/test-your-code-in-the-local-editor.md) * [Publish a Site with Git Integration & Wix CLI for Sites](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/publishing-a-site-with-git-integration-wix-cli.md)