From 2c827d015bdef16e0eeea1db4b9481764ab6816b Mon Sep 17 00:00:00 2001 From: M Hickford Date: Tue, 19 Apr 2022 15:04:15 +0100 Subject: [PATCH] Link to GitLab support docs --- README.md | 1 + docs/gitlab.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c9650c3..2ba416d9a 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ See detailed information [here](https://aka.ms/gcm/httpproxy). - [Architectural overview](docs/architecture.md) - [Host provider specification](docs/hostprovider.md) - [Azure Repos OAuth tokens](docs/azrepos-users-and-tokens.md) +- [GitLab support](docs/gitlab.md) ## Experimental Features diff --git a/docs/gitlab.md b/docs/gitlab.md index c7eddbc06..fd923cb02 100644 --- a/docs/gitlab.md +++ b/docs/gitlab.md @@ -10,7 +10,7 @@ To use on another instance, eg. `https://gitlab.example.com` requires setup and 2. Copy the application ID and configure `git config --global credential.https://gitlab.example.com.GitLabDevClientId ` 3. Copy the application secret and configure `git config --global credential.https://gitlab.example.com.GitLabDevClientSecret ` 4. Configure authentication modes to include 'browser' `git config --global credential.https://gitlab.example.com.gitLabAuthModes browser` -5. For good measure, configure `git config --global credential.https://gitlab.example.com.provider gitlab` +5. For good measure, configure `git config --global credential.https://gitlab.example.com.provider gitlab`. This may be necessary to recognise the domain as a GitLab instance. 6. Verify the config is as expected `git config --global --get-urlmatch credential https://gitlab.example.com` ### Clearing config