From 62f8c165412c0cc9125ad54ebc9ae5eb58cc7dbf Mon Sep 17 00:00:00 2001 From: Seth Date: Fri, 20 Dec 2024 11:31:13 -0800 Subject: [PATCH] SDSS-1426 | Update Gitpod setup documentation (#528) * SDSS-1425: Updated Gitpod setup with a note about the .git/config [origin] fetch line preventing the installtion of development modules. * Fixed a typo. --------- Co-authored-by: Seth Hendrick <32778-ponies@users.noreply.drupalcode.org> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6233d59d5..3ad969f05 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The primary theme for SDSS is the `sdss_subtheme` located in the `sdss_profile`. 3. In GitPod, add a variable named `SSH_PRIVATE_KEY` with the base64 encoded private key 4. In GitPod, add a variable named `SSH_PUBLIC_KEY` with the base64 encoded public key 5. In Gitpod, add a variable named `GITCONFIG` with your base64 encoded git config + - NOTE: Verify that the `fetch = +refs/heads/*:refs/remotes/origin/*`line is not present in the git config as it prevents the installation of development packages. 2. Recommended, but not required: 1. Install the GitPod browser plugin 2. Configure your browser settings for an easier experience: https://www.gitpod.io/docs/configure/browser-settings