Skip to main content

How to Clone a Git Repository with SSO

SSO users cannot use their SSO credentials to do Git operations over HTTPS. If you want to continue to use HTTPS, use a Personal Access Token (PAT). Alternatively, you can use Git over SSH.

For details on using a PAT: See Git Clone over HTTPS

For details on using SSH: See Use SSH with Git