arizona_3
arizona_3

Reputation: 51

how can i add admins to a private github repository, there is no manage access option?

I have a github(enterprise) repository(private repo) and want to make a someone the admin of the same. The issue here is that i don't see from where i can do that there's only an option to add collaborators and no manage access option. can someone tell how this can be done?

Upvotes: 1

Views: 6450

Answers (2)

Ian Harcourt-Smith
Ian Harcourt-Smith

Reputation: 9

I would suggest looking into creating an Organization and moving the project into there as mentioned by @Nick McCurdy

Upvotes: -1

Nicky McCurdy
Nicky McCurdy

Reputation: 19554

  1. Open your repository's Settings
  2. Click Collaborators & teams in the sidebar
  3. Add your coworker as a collaborator (if you haven't already)
  4. Select your coworker's Role and change it to Admin

For more information, see Managing teams and people with access to your repository

Upvotes: -2

Related Questions