Skip to content

Commit 4a73bc7

Browse files
authored
Merge pull request #867 from hickford/gitlab-config
Add config for several popular GitLab instances to docs
2 parents 9393c1f + b8a85ec commit 4a73bc7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/gitlab.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,31 @@ This may be necessary to recognise the domain as a GitLab instance.
3232
git config --global --unset-all credential.https://gitlab.example.com.provider
3333
```
3434

35+
### Config for popular instances
36+
37+
For convenience, here are the config commands for several popular GitLab
38+
instances, provided by community member [hickford](https://github.com/hickford/):
39+
40+
```console
41+
# https://gitlab.freedesktop.org/
42+
git config --global credential.https://gitlab.freedesktop.org.gitlabdevclientid 6503d8c5a27187628440d44e0352833a2b49bce540c546c22a3378c8f5b74d45
43+
git config --global credential.https://gitlab.freedesktop.org.gitlabdevclientsecret 2ae9343a034ff1baadaef1e7ce3197776b00746a02ddf0323bb34aca8bff6dc1
44+
# https://gitlab.gnome.org/
45+
git config --global credential.https://gitlab.gnome.org.gitlabdevclientid adf21361d32eddc87bf6baf8366f242dfe07a7d4335b46e8e101303364ccc470
46+
git config --global credential.https://gitlab.gnome.org.gitlabdevclientsecret cdca4678f64e5b0be9febc0d5e7aab0d81d27696d7adb1cf8022ccefd0a58fc0
47+
# https://salsa.debian.org/
48+
git config --global credential.https://salsa.debian.org.gitlabdevclientid 213f5fd32c6a14a0328048c0a77cc12c19138cc165ab957fb83d0add74656f89
49+
git config --global credential.https://salsa.debian.org.gitlabdevclientsecret 3616b974b59451ecf553f951cb7b8e6e3c91c6d84dd3247dcb0183dac93c2a26
50+
# https://gitlab.haskell.org/
51+
git config --global credential.https://gitlab.haskell.org.gitlabdevclientid 57de5eaab72b3dc447fca8c19cea39527a08e82da5377c2d10a8ebb30b08fa5f
52+
git config --global credential.https://gitlab.haskell.org.gitlabdevclientsecret 5170a480da8fb7341e0daac94223d4fff549c702efb2f8873d950bb2b88e434f
53+
# https://code.videolan.org/
54+
git config --global credential.https://code.videolan.org.gitlabdevclientid f35c379241cc20bf9dffecb47990491b62757db4fb96080cddf2461eacb40375
55+
git config --global credential.https://code.videolan.org.gitlabdevclientsecret 631558ec973c5ef65b78db9f41103f8247dc68d979c86f051c0fe4389e1995e8
56+
```
57+
58+
See also [issue #677](https://github.com/GitCredentialManager/git-credential-manager/issues/677).
59+
3560
## Preferences
3661

3762
```console

0 commit comments

Comments
 (0)