An outside collaborator is a person who isn't explicitly a member of your organization, but who has Read, Write, or Admin permissions to one or more repositories in your organization.

Tips:

  • Only members with owner privileges for an organization or admin privileges for a repository can add outside collaborators to a repository.

  • When you add an outside collaborator to a repository, you'll also need to add them to any forks of the repository you'd like them to access.

  1. In the top right corner of GitHub Enterprise, click your profile photo, then click Your profile. Profile photo

  2. On the left side of your profile page, under "Organizations", click the icon for your organization. organization icons

  3. In the organization's Repositories tab, click the name of a repository, or search for the repository by name. Repositories tab in organization settings

  4. Under your repository name, click Settings. Repository settings button

  5. In the left sidebar, click Collaborators & teams. Repository settings sidebar with Collaborators & teams highlighted

  6. Under "Collaborators", type the name of the person you'd like to give access to the repository, then click Add collaborator. The Collaborators section with the Octocat's username entered in the search field
  7. Next to the new collaborator's name, choose the appropriate permission level: Write, Read, or Admin. The repository permissions picker

Further reading