Reputation: 3157
I have a private repository in GitLab. I have to give its access to members of my team. How can I do that using GitLab web-interface?
I know, how to do this in GitHub, but in GitLab it's somehow different.
Upvotes: 95
Views: 183202
Reputation: 31
2024 Answer
Under your Project Panel on the left hand side. Select Manage This will give you a pop up - with three options. Select Members Select the Blue Button labled "Invite Members" from the top right hand side. Enter the members (username or name or email address) Select Role (Guest, Reporter, Developer, Maintainer or Owner)
Upvotes: 3
Reputation: 531
Click on the following:
Screenshot showing steps on the GitLab page... (not enough reputation yet to embed)
Upvotes: 4
Reputation: 1712
Simply visit URL
https://gitlab.com/<repo-path>/-/project_members
And modify the user's permissions.
Upvotes: 3
Reputation:
Update 2021: This answer is out of date, scroll down for the 2021 info.
UPDATE: Gitlab has changed a bit in 2 years, so here is the updated flow.
Old instructions:
Upvotes: 136
Reputation: 21
Nov 2021 This is now located under the Group Information section. Select members Invite those who you want to collaborate with
Upvotes: 2
Reputation: 2439
2020 Answer:
2019 Answer:
Upvotes: 48
Reputation: 1097
2021 - Answer
Upvotes: 12
Reputation: 107
The prior answer has a problem. The (poor) Gitlab UI does not have a "members" option to click on after clicking on the project.
You first must click on the gear icon at the upper right to reveal the members option.
Upvotes: 9