Skip to content

Commit

Permalink
SDSS-1426 | Update Gitpod setup documentation (#528)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
sethprime and Seth Hendrick authored Dec 20, 2024
1 parent 56fd16c commit 62f8c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62f8c16

Please sign in to comment.