블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2737)
Unity3D (817)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (58)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (53)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
04-19 00:04

해당 에러는 해당 push 하려는 branch 가 Protected로 설정 되어있기 때문에가 많습니다.

 

대부분 의 경우는 Master Branch 가 이런 경우가 많고 

 

아니면 다른 브랜치에 대한 Permission 을 주는 경우가 이에 해당되는데

 

사용중인 Project 에 들어가서 해당 Protected를 해제 하거나 권한을 설정 하면 됩니다.

 

 

- GitLab Project -> Settings -> Repository -> Protected Branches -> [Expand] 버튼 클릭

 

하단에 Protected Branches  리스트에 우측 UnProtected를 클릭 혹은

 

Allowed to merge   Allowed to push 에서 권한을 설정 한다.

 



출처: https://ipex.tistory.com/entry/GitLab-You-are-not-allowed-to-push-code-to-protected-branches-on-this-project [깍돌이]

 

[GitLab] You are not allowed to push code to protected branches on this project

해당 에러는 해당 push 하려는 branch 가 Protected로 설정 되어있기 때문에가 많습니다. 대부분 의 경우는 Master Branch 가 이런 경우가 많고 아니면 다른 브랜치에 대한 Permission 을 주는 경우가 이에 해당되..

ipex.tistory.com

 

 

반응형
Posted by blueasa
, |