Connect to your Git repositories
Connect to your Git provider to push code, clone private repositories, and collaborate with your team from OpenShift Dev Spaces workspaces. Your administrator configures OAuth at the platform level for credential-free access, or you can use a personal access token when OAuth is not available.
- How Git authentication works in cloud development environments
When you clone a private repository or push code from a cloud development environment, OpenShift Dev Spaces needs credentials to access your Git provider. Authentication can be configured at the platform level by your administrator or individually with a personal access token. - Access private repositories with a personal access token
Set up a personal access token so that you can clone private repositories and push code from your cloud development environment when your administrator has not configured OAuth for your Git provider.
Related information