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
1717`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret
1818<APPLICATION_SECRET>`
19191 . 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 `
21211 . For good measure, configure
2222` git config --global credential.https://gitlab.example.com.provider gitlab ` .
2323This 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
7474[ credential.gitLabAuthModes] [ config-gitlab-auth-modes ] :
7575
7676``` console
77- git config --global credential.gitlabauthmodes browser
77+ git config --global credential.GitLabAuthModes browser
7878```
7979
8080## Caveats
You can’t perform that action at this time.
0 commit comments