We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71abb1 commit f7d50a2Copy full SHA for f7d50a2
docs/gitlab.md
@@ -9,7 +9,8 @@ configuration:
9
10
1. [Create an OAuth application][gitlab-oauth]. This can be at the user, group
11
or instance level. Specify a name and use a redirect URI of `http://127.0.0.1/`.
12
-_Unselect_ the 'Confidential' option. Set the 'write_repository' scope.
+_Unselect_ the 'Confidential' option. Set the 'read_repository' and
13
+'write_repository' scopes.
14
1. Copy the application ID and configure
15
`git config --global credential.https://gitlab.example.com.GitLabDevClientId <APPLICATION_ID>`
16
1. Copy the application secret and configure
0 commit comments