gitlab
[Git] [VSCode] ECONNRESET 에러
ECONNRESET Missing or invalid credentials. Error: socket hang up VSCode 터미널에서 gitlab 저장소 clone하는데 에러가 발생했다! VSCode터미널 말고, 일반 터미널로 수행하니 해결됨
[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