About collaboration in a personal repository
To collaborate with users in a repository that belongs to your personal account on GitHub, 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 GitHub의 액세스 권한.
프라이빗 포크는 업스트림 리포지토리의 사용 권한 구조를 상속합니다. 이를 통해 프라이빗 리포지토리 소유자가 코드에 대한 제어를 유지할 수 있습니다. 예를 들어 업스트림 리포지토리가 프라이빗 리포지토리이고 팀에 대한 읽기/쓰기 액세스 권한을 제공하는 경우 동일한 팀은 프라이빗 업스트림 리포지토리의 모든 포크에 대한 읽기/쓰기 액세스 권한을 갖습니다. 프라이빗 포크에서는 개별 사용 권한이 아닌 팀 권한만 상속됩니다.
참고 항목
조직에 대한 기본 권한을 변경하면 프라이빗 포크에 대한 사용 권한이 자동으로 업데이트되지 않습니다. 자세한 내용은 조직에 대한 기본 권한 설정 항목을 참조하세요.
Inviting a collaborator to a personal repository
You can send an invitation to collaborate in your repository directly to someone on GitHub, or to the person's email address.
GitHub 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 처음부터 새 조직 만들기.
-
Ask for the username of the person you're inviting as a collaborator. If they don't have a username yet, they can sign up for GitHub. For more information, see GitHub에서 계정 생성하기.
-
GitHub에서 리포지토리의 기본 페이지로 이동합니다.
-
리포지토리 이름 아래에서 설정을 클릭합니다. "설정" 탭이 표시되지 않으면 드롭다운 메뉴를 선택한 다음 설정을 클릭합니다.
-
In the "Access" section of the sidebar, click Collaborators.
-
Click Add people.
-
In the search field, start typing the name of person you want to invite, then click a name in the list of matches.
-
Click Add NAME to REPOSITORY.
-
The user will receive an email inviting them to the repository. Once they accept your invitation, they will have collaborator access to your repository.