컴공생의 다이어리
[GitHub] 깃허브 Organization private 저장소 fork 허용 불가 - Cannot fork because forking is disabled 본문
Development/Git
[GitHub] 깃허브 Organization private 저장소 fork 허용 불가 - Cannot fork because forking is disabled
컴공 K 2022. 2. 24. 00:01GitHub Organization private 저장소 fork 허용 불가 - Cannot fork because forking is disabled
깃허브의 조직 repository에서 private 저장소를 fork하려고 하면 아래와 같이 Fork 버튼 부분이 비활성화되어 있는 상태로 마우스를 가져다 놓으면 Cannot fork because forking is disabled라는 문구가 뜬다.
private 저장소의 fork를 활성화하기 위해서는 repository의 설정이 아닌 조직의 설정으로 들어간다.
그리고 나서 Member privileges 탭을 선택한다. 탭을 선택하고 나오는 화면에서 Repository forking 부분의 Allow forking of private repositories 부분에 있는 체크 박스를 선택하고 Save 버튼을 눌러준다.
설정을 마친 뒤, 다시 repository에 가서 Fork 버튼을 눌러보면 fork가 허용된 것을 확인할 수 있다.
https://www.seniorcare2share.com/how-to-fork-a-repo-github/
728x90
'Development > Git' 카테고리의 다른 글
[GitHub] 깃허브 실수로 삭제한 저장소(Repository) 되살리기 (0) | 2022.02.27 |
---|---|
[Git] 커밋(commit)들의 특정 작성자(Author) 일괄 변경 (1) | 2022.02.25 |
[Git] 인텔리제이(IntelliJ) 깃 관련 플러그인 - GitToolBox (0) | 2022.02.15 |
[Git] PR(Pull Request) local로 가져오기 (0) | 2022.02.06 |
[GitHub] 깃허브 프로필 Organizations 탭?에 나의 organization 보이게 하기 (0) | 2022.01.31 |
Comments