Skip to main content

Removing an outside collaborator from an organization repository

Owners and repository admins can remove an outside collaborator's access to a repository.

Warning:

  • When removing an outside collaborator from a private repository, the paid license count does not automatically downgrade. To pay for fewer licenses after removing users from your organization, follow the steps in "Downgrading your GitHub subscription."

  • You are responsible for ensuring that people who have lost access to a repository delete any confidential information or intellectual property.

While forks of private repositories are deleted when a collaborator is removed, the person will still retain any local clones of your repository.

Removing outside collaborators from all repositories in an organization

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

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Click the name of your organization. Organization name in list of organizations

  3. Under your organization name, click People.

    The People tab

  4. Under the "People" tab, click Outside collaborators. Button to select outside collaborators for an organization

  5. Select the outside collaborator or outside collaborators you'd like to remove from the organization.

    Screenshot of the first two users in the list of outside collaborators. To the left of each user, a checkbox is checked and outlined in dark orange.

  6. Above the list of outside collaborators, select the X collaborators selected... dropdown menu, and click Remove from all repositories.

    Screenshot of the list of outside collaborators. Above the list, a dropdown menu, labeled "2 collaborators selected..." is outlined in dark orange.

  7. Review the outside collaborator or outside collaborators who will be removed from the organization, then click Remove outside collaborators.

Removing an outside collaborator from a particular repository in an organization

If you only want to remove an outside collaborator from certain repositories in your organization, you can remove this person's access to one specific repository at a time.

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

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Click the name of your organization. Organization name in list of organizations

  3. Under your organization name, click People.

    The People tab

  4. Under the "People" tab, click Outside collaborators. Button to select outside collaborators for an organization

  5. To the right of the username of the person you want to remove, use the drop-down menu, and click Manage. Manage access button

  6. To the right of the repository that you want to remove the outside collaborator from, click Manage access. Select manage access button next to a repository the outside collaborator has access to

  7. To completely remove the outside collaborator's access to the repository, in the upper right corner, click Remove access to this repository. Remove access to this repository button

  8. To confirm, click Remove access.

You can also remove an outside collaborator from a repository in the access overview in your repository settings. For more information, see "Managing teams and people with access to your repository."

Further reading