- 비쥬얼 스튜디오 다운
- vs에서 GitHub Pull Requests and Issues extension으로 다운
- 네이버에서 검색 : git 설치 https://git-scm.com/download/win
Git - Downloading Package
Download for Windows Click here to download the latest (2.39.1) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 16 days ago, on 2023-01-17. Other Git for Windows downloads Standalone Installer 32-bit Git for Win
git-scm.com
- vs 재시작
- vs에서 단축키 f1 - git clone - github복제 클릭
- https://github.com/주소(0000000000).git 복사해서 집어넣기
- 폴더지정하면서 생성공간 꼭 D드라이브에 지정해서 만듦
- 마지막에 로딩끝나면 꼭 작업영역 불러오기에 체크!
- vs에서 파일 올려놓고 push 하려고 하면 오류뜸
- 오류해결 방법 : cmd창 실행
- d:를 cmd창에 써서 d드라이브로 맞춰놓는다
vscode 연동을 위해서(로컬 git설치 후)
git config --global credential.helper store
git config --list
git config --global user.name "테스트"
git config --global user.email "test@gmail.com"
참조 :
'PHP > 환경설정' 카테고리의 다른 글
[DB version.][PHP version.]나의 DB 및 php 버전 체크하기 (0) | 2023.02.13 |
---|---|
기존에 사용하던 홈페이지/work 주소가 아닌 다른 서브 주소를 생성할 때 (0) | 2023.02.08 |
git오류 - git remote: Repository not found. (0) | 2023.02.06 |