Skip to main content

Removing a collaborator from a personal repository

When you remove a collaborator from your project, they lose read/write access to your repository. If the repository is private and the person has created a fork, then that fork is also deleted.

누가 이 기능을 사용할 수 있나요?

GitHub Free를 사용하는 경우 퍼블릭 및 프라이빗 리포지토리에 무제한으로 추가할 수 있습니다.

Deleting forks of private repositories

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

Removing collaborator permissions from a person contributing to a repository

  1. GitHub에서 리포지토리의 기본 페이지로 이동합니다.

  2. 리포지토리 이름 아래에서 설정을 클릭합니다. "설정" 탭이 표시되지 않으면 드롭다운 메뉴를 선택한 다음 설정을 클릭합니다.

    탭을 보여 주는 리포지토리 헤더의 스크린샷. "설정" 탭이 진한 주황색 윤곽선으로 강조 표시됩니다.

  3. 사이드바의 “액세스” 섹션에서 협력자 및 팀을 클릭합니다.

  4. To the right of the collaborator you want to remove, click Remove.

Further reading