[TIL] Git error issue & 명령어 정리
·
TIL
Git 명령어들을 모아 정리해서 까먹을때마다 두고두고 뽑아 쓰기 위해 블로그에 기록용으로 남겨두기1. 소스트리에서 맥 키체인에 접근했던 적이 있어 오류가 발생했음..mac 키체인 접근에서 github.com 은 모두 삭제 진행username : git 주소 뒤에 nameuser git token : personal access tokens2. github 예전에 repo 복제 에러났을때 문구github repository already existsgit remote rm origingit remote add origin https://주소.git# 새롭게 연결할 깃 레포 주소 입력git push origin master# 소스코드 업로드 3. rebase errormerge가 불가능하고, merge가 필..