Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 3.98 KB

File metadata and controls

61 lines (47 loc) · 3.98 KB
title intro redirect_from product versions topics shortTitle
Inviting collaborators to a personal repository
You can {% ifversion fpt or ghec %}invite users to become{% else %}add users as{% endif %} collaborators to your personal repository.
/articles/how-do-i-add-a-collaborator
/articles/adding-collaborators-to-a-personal-repository
/articles/inviting-collaborators-to-a-personal-repository
/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository
/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
{% data reusables.gated-features.user-repo-collaborators %}
fpt ghes ghec
*
*
*
Accounts
Repositories
Invite collaborators

About collaboration in a personal repository

To collaborate with users in a repository that belongs to your personal account on {% data variables.product.prodname_dotcom %}, you can invite the users as collaborators.

If you want to grant more granular access to the repository, you can create a repository within an organization. For more information, see "AUTOTITLE."

{% ifversion ghec %}

If you're a member of an {% data variables.enterprise.prodname_emu_enterprise %}, you can only invite other members of your enterprise to collaborate with you. {% data reusables.enterprise-accounts.emu-more-info-account %}

{% endif %}

{% data reusables.repositories.private_forks_inherit_permissions %}

Inviting a collaborator to a personal repository

You can send an invitation to collaborate in your repository directly to someone on {% data variables.product.prodname_dotcom %}{% ifversion fpt or ghec %}, or to the person's email address{% elsif ghes %}.{% endif %}

{% ifversion fpt or ghec %}

{% data variables.product.company_short %} limits the number of people who can be invited to a repository within a 24-hour period. If you exceed this limit, either wait 24 hours or create an organization to collaborate with more people. For more information, see "AUTOTITLE."

{% endif %}

  1. Ask for the username of the person you're inviting as a collaborator.{% ifversion fpt or ghec %} If they don't have a username yet, they can sign up for {% data variables.product.prodname_dotcom %}. For more information, see "AUTOTITLE."{% endif %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %}
  2. In the "Access" section of the sidebar, click {% octicon "people" aria-hidden="true" %} Collaborators.
  3. Click Add people.
  4. In the search field, start typing the name of person you want to invite, then click a name in the list of matches.
  5. Click Add NAME to REPOSITORY. {% ifversion fpt or ghec %}
  6. The user will receive an email inviting them to the repository. Once they accept your invitation, they will have collaborator access to your repository. {% endif %}

Further reading