GitHub: how do I make a user an admin of an organization?

后端 未结 3 694
借酒劲吻你
借酒劲吻你 2020-12-09 12:23

I need to transfer a repository from a user account to an organization the user is a member of. Per GitHUb\'s docs, I need to make the user account an admin of the organiza

3条回答
  •  北海茫月
    2020-12-09 12:34

    Team memberships have somewhat limited permissions scopes to individually named repositories.

    If you want to set someone as an admin for the entire organization:

    1. Navigate to the Organization > People

    2. Identify the member you want to update and click on the settings cog

    3. Set role to Owner

提交回复
热议问题