728x90
반응형
1. visual studio code를 설치한다.
2. git 설치
Git - Downloads
Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific
git-scm.com
설치 경로
설치중
3. git 사용
git cmd창에서
git version확인하기
git config --global user.name username
git config --global user.email user@email.mail
로그인 하는것 들어온다.
하지만 뭔가 설정을 더 해줘야 하는 부분이 있고 여러가지 원인이로 실패하여서 github desktop을 이용하여 연동하였다.
github desktop으로 github 경로에 가서 다운로드 한다음 vs code에서 연동하여
수정한 파일을 하나하나씩 commit한다음 pushing하여 반영하였다.
반응형
'Deep learning > 환경설정' 카테고리의 다른 글
yolov5 환경 설정하기 (3) | 2020.11.23 |
---|---|
anaconda kernel생성 (0) | 2020.10.28 |
yolo3 labelImage사용법 (0) | 2020.09.26 |
pytorch 가상환경(anaconda)으로 설치 (0) | 2020.08.18 |