Home > other >  Add a user who can add collaborators to shared repository on GitHub
Add a user who can add collaborators to shared repository on GitHub

Time:05-10

I was wondering if it was possible at all, in GitHub, to add a user or a collaborator, to my repo who would also have the privilege to add other collaborators ?

I have added three collaborators to three of my repos, however, one of these collaborators is required to have the same privileges as me on the three repos and one of the requirements is that, that collaborator should be able to invite other collaborators, should he so wish, to these repos.

Any pointers ?

Thanks

CodePudding user response:

It depends on what level of GitHub abilities you have. Check the solution here .

If you do not have the options detailed in the solution, consider moving the repo out of private.

CodePudding user response:

You'd need to change your namespace from "yours" to an organization and from there you can create teams.

  • Related