This document provides a step-by-step guide to start using GitHub in the Fermi-AD organization.
git config --global user.name "Your Name"
git config --global user.email "your-email@fnal.gov"
~/.ssh/config
to securely connect through a bastion using SSH to interact with GitHub.Host github.com
ProxyJump <bastion-host>
To request access to the bastion systems, please consult your line manager and have them complete a access request form on your behalf.
Here’s a common problem and solution for VSCode users on Windows when enabling SSO:
Issue:
remote: The `fermi-ad' organization has enabled or enforced SAML SSO. To access
remote: this repository, you must re-authorize the OAuth Application `Git Credential Manager`.
fatal: unable to access '<repo URL>': The requested URL returned error: 403
Solution: Follow the instructions provided in this Stack Overflow thread instructions.