개발/게임) 개발관련
문제해결)GitLab - Push 오류 (remote: GitLab: You are not allowed to push code to protected branches on this project.)
테샤르
2023. 7. 31. 17:15
GitLab - Push 오류 (remote: GitLab: You are not allowed to push code to protected branches on this project.)
git -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master
Pushing to [git 주소]
POST git-receive-pack (3128 bytes)
remote: GitLab: You are not allowed to push code to protected branches on this project.
To [git 주소]
반응형
해당 오류가 발생해서 해결한 방법을 간단하게 포스팅한다.
사진
Gitlab -Protecte Branches : [링크]
Protected branches | GitLab
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
docs.gitlab.com
★☆☆
반응형