File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _Unselect_ the 'Confidential' option. Set the 'read_repository' and
17
17
`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret
18
18
<APPLICATION_SECRET>`
19
19
1 . Configure authentication modes to include 'browser'
20
- ` git config --global credential.https://gitlab.example.com.gitLabAuthModes browser `
20
+ ` git config --global credential.https://gitlab.example.com.GitLabAuthModes browser `
21
21
1 . For good measure, configure
22
22
` git config --global credential.https://gitlab.example.com.provider gitlab ` .
23
23
This may be necessary to recognise the domain as a GitLab instance.
@@ -74,7 +74,7 @@ If you have a preferred authentication mode, you can specify
74
74
[ credential.gitLabAuthModes] [ config-gitlab-auth-modes ] :
75
75
76
76
``` console
77
- git config --global credential.gitlabauthmodes browser
77
+ git config --global credential.GitLabAuthModes browser
78
78
```
79
79
80
80
## Caveats
You can’t perform that action at this time.
0 commit comments