티스토리 뷰

#개인 기록용

 

github - New repository 만들기

 

내 레포지토리에서 주소 복사

 

vscode 터미널

git remote add origin https://github.com/SongDye1/cakeshop.git

git commit 하려했으나

나의 경우, config 설정하라고 새창 뜸

githup setting - profile에서 Public email 등 설정 후,

config email, name 설정

 

 

다시 commit 하기

 

git push origin master 후,

vscode에서 위의 token 입력하라는 창이 떠서 token 복붙 후 레포지토리 연동 완료~

 

 

'Git' 카테고리의 다른 글

Git 파헤치기  (0) 2021.06.13
[TIL] git 커밋 후, conflict 오류났을 때  (2) 2021.03.24
[TIL] 프로젝트 Git 정리  (0) 2021.03.08
댓글