Skip to content

Commit f7d50a2

Browse files
authored
Update gitlab.md
1 parent b71abb1 commit f7d50a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/gitlab.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ configuration:
99

1010
1. [Create an OAuth application][gitlab-oauth]. This can be at the user, group
1111
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.
12+
_Unselect_ the 'Confidential' option. Set the 'read_repository' and
13+
'write_repository' scopes.
1314
1. Copy the application ID and configure
1415
`git config --global credential.https://gitlab.example.com.GitLabDevClientId <APPLICATION_ID>`
1516
1. Copy the application secret and configure

0 commit comments

Comments
 (0)