VS Code와 Github 연결하기

suveloper·2019년 9월 4일
0

Visual Studio Code( 줄여서 VSCode) 설치
https://code.visualstudio.com/updates/v1_37
Git 설치
https://git-scm.com/download/win
Github 회원가입

Git bash 명령어 입력
$ git config --global user.name "Github 가입 닉네임"
$ git config --global user.email "Github 가입 메일"

VSCode 실행
View - Command Palette - Git: Clone

*'Git: Clone Not found' 오류가 나타난다면
VSCode를 다시 설치, path 추가를 꼭 클릭한다!

github repository code
quick setup에서 HTTPS 클릭
주소 복사

VSCode - Repository URL 에 복사한 HTTPS 붙여넣고 enter
로컬 디스크 등을 선택해 select repository location 클릭 - 저장

오른쪽 밑 Would you like to open the cloned repository?
Open

Github 저장소와 VScode 연결 완료!

profile
개발자 학습기

0개의 댓글