일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring Batch
- jsp
- Gradle
- devops
- 맛집
- 요리
- Design Patterns
- Oracle
- php
- javascript
- JVM
- AWS
- ReactJS
- Spring Boot
- springboot
- Git
- MySQL
- ubuntu
- Spring
- db
- java
- Web Server
- tool
- laravel
- jenkins
- elasticsearch
- it
- linux
- redis
- IntelliJ
Archives
- Today
- Total
아무거나
[gitlab] You can only use an existing protected branch ref as the basis of a new protected branch. 본문
Infra/Git & SVN
[gitlab] You can only use an existing protected branch ref as the basis of a new protected branch.
전봉근 2020. 1. 5. 23:38반응형
[gitlab 브랜치 생성 시 에러] " You can only use an existing protected branch ref as the basis of a new protected branch. "
Settings -> Repository -> Protected Branches 에서 권한이 지정되어있는지 확인하고 지정되어있으면 지우고 다시 생성하면 브랜치가 정상적으로 생성됨을 확인할 수 있다.
그 외에도 push나 commit 관련 권한을 변경할 수 있다.
반응형
'Infra > Git & SVN' 카테고리의 다른 글
[git] 작업도중 임시로 저장해 두고 다른 branch에서 작업하고 싶을때 사용하는 명령(git stash) (0) | 2020.06.06 |
---|---|
[git] Git Commit Template 설정 (0) | 2020.06.02 |
[git] commit or discard the untracked or modified content in submodules (0) | 2019.10.26 |
[svn] Error validating server certificate for 'https://......' (0) | 2019.03.08 |
svn 충돌해결 방법(충돌 해결 옵션 설명) (0) | 2019.03.08 |
Comments