main
[GitLab] error: 레퍼런스를 'https://gitlab.com/team/repository.git'에 푸시하는데 실패했습니다
Gitlab 에서 Repository 처음 생성 후, 적혀있는대로 clone, commit, push를 진행하는데 push 단계에서 에러가 발생했다! 에러메세지 error: 레퍼런스를 'https://gitlab.com/team/repository.git'에 푸시하는데 실패했습니다 커밋된걸 보니 main branch로 commit 되었는데, 내가 따라친건 master로 되어있었다 master대신 main으로 push하니 성공 git push -u origin main