써먹는 웹개발

[IntelliJ] gitlab push안될때 해결방법 본문

Developer Tools/IntelliJ & DataGrip

[IntelliJ] gitlab push안될때 해결방법

kmhan 2021. 8. 9. 20:08


728x90
반응형

push 순서

※ 기존에 .git 폴더가 있으면 숨긴 폴더를 지울 것

1. commit할 것

2. git > Manage Remotes에 

   Name과 URL 각각 입력 (URL은 정확한 gitlab 주소)

URL에 git clone 오른쪽에 써져있는 주소입력

3. master Branch에 push

 

4. push가 안될 때 참고

 1) setting > repository > Protected Branches > Allowed to Push : Developer + Maintainer 지정

 2) 이래도 push 안되면 Allowed to Push 밑에 강제 Push 적용 후 다시 Push 해볼 것

 - 참고 : https://uxgjs.tistory.com/190

728x90
반응형


Comments