> 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: Fix a Broken Git Integration ## Article: Fix a Broken Git Integration ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/fix-a-broken-git-integration.md ## Article Content: # Fix a Broken Git Integration [Git Integration](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/about-git-integration-with-wix-cli.md) relies on the [Velo GitHub App](https://github.com/apps/velo-app) to maintain the connection between a site and its GitHub repository. If the app is uninstalled or suspended, the site's Git integration stops working. 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 a 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 Git integration. ## Repository not found The **GitHub repository can't be found** modal indicates that the Velo GitHub App can't find the 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 the site from GitHub. You can do this by clicking the **Disconnect From GitHub** button in the modal. Once you've done this, [connect the site to GitHub](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/set-up-git-integration-with-wix-cli.md#step-1--connect-a-site-to-github) again and create a new repo for the site. Please note that you can't reconnect the site to the original repo. In the last case, you can restore the connection to the 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**. ![GitHub profile settings](https://wixmp-833713b177cebf373f611808.wixmp.com/images/441ce793f9e0e906e13045bae00f3da7.png) 3. On the left sidebar, under **Integrations**, click **Applications**. ![GitHub applications](https://wixmp-833713b177cebf373f611808.wixmp.com/images/b23426c2de1f30bce9271e327a08250b.png) 4. With the **Installed GitHub Apps** tab selected, find the Velo App and click **Configure**. ![GitHub installed apps](https://wixmp-833713b177cebf373f611808.wixmp.com/images/530fb69bf394c74539ac1ef7de7f27cf.png) 5. In the **Repository access** section, click **Select repositories**. Select the site's repository from the dropdown list. Click **Save**. ![GitHub repo access and save](https://wixmp-833713b177cebf373f611808.wixmp.com/images/15850febaa9b2fdc2af55ebf1aae07d3.png) 6. Return to the editor and refresh the page. ## 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**. ![GitHub Velo app](https://wixmp-833713b177cebf373f611808.wixmp.com/images/0803fab62897ddb052397586264ccc47.png) 3. Select where you want to install the app. 4. Select **Only select repositories** and select the site's repository from the dropdown list. ![GitHub select repos](https://wixmp-833713b177cebf373f611808.wixmp.com/images/22048c4962dd3eb4c94e68a8e4e231fc.png) 5. Click **Install**. 6. Return to the editor and refresh the page. ## 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**. ![GitHub settings](https://wixmp-833713b177cebf373f611808.wixmp.com/images/441ce793f9e0e906e13045bae00f3da7.png) 3. On the left sidebar, under **Integrations**, click **Applications**. ![GitHub applications](https://wixmp-833713b177cebf373f611808.wixmp.com/images/b23426c2de1f30bce9271e327a08250b.png) 4. With the **Installed GitHub Apps** tab selected, find the Velo App and click **Configure**. ![GitHub installed apps](https://wixmp-833713b177cebf373f611808.wixmp.com/images/530fb69bf394c74539ac1ef7de7f27cf.png) 5. In the **Danger Zone** section, click **Unsuspend**. ![GitHub danger zone](https://wixmp-833713b177cebf373f611808.wixmp.com/images/d7fbbf528fdfbe40fda82d893f78d981.png) 6. Return to the editor and refresh the page. ## See also - [Test Code in the Local Editor](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/test-code-in-the-local-editor.md) - [Publish a Site with Git Integration & Wix CLI](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/publish-a-site-with-git-integration-and-wix-cli.md)