Registering a GitHub Enterprise Integration
As an organization owner, you can configure Gitpod with your GitHub Enterprise instance via the following steps: On Gitpod’s Dashboard:- Navigate to the Organization settings using the organization dropdown in the top left corner.
- Select
Git Providersand clickNew Git Provider. - Choose
GitHubas the provider type and enter your GHE hostname. - Copy the redirect URL from the form and follow the instructions below to create a corresponding OAuth app on GitHub Enterprise.
- Open your GitHub Enterprise Developer settings.
- Go to
OAuth Appsand create a new OAuth application. - Configure the application with the following details:
- Application name:
Gitpod(or any other name you prefer) - Homepage URL: your Gitpod instance URL
- Authorization callback URL: the redirect URL copied from Gitpod
- Application name:
- Click
Register applicationto create the OAuth app.

Client ID and a Client Secret. Copy these values into the corresponding fields in Gitpod and hit Activate to test the connection.
Connecting Your GitHub Enterprise Account
The first time every member of your organization starts a workspace from GitHub Enterprise, they will be prompted to connect their GHE account to their Gitpod account, via an authorization prompt.


Starting Workspaces
To start a new workspace after logging into Gitpod, useCtrl/Cmd + O or click on the New Workspace button in your Gitpod Dashboard. This will prompt for a repository URL, or suggest recent repositories opened with your account.

Granting additional GitHub Enterprise OAuth permissions
You can modify your GHE OAuth permissions to allow private repository access underUser Settings > Git Providers using the context menu on the right.

