git

윈도우에 git 설치하기

snow94 2024. 2. 7. 10:52

 

 

 

1. 아래 사이트에서 git을 다운받아 준다.

https://git-scm.com/download/win

 

Git - Downloading Package

Download for Windows Click here to download the latest (2.43.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 3 months ago, on 2023-11-20. Other Git for Windows downloads Standalone Installer 32-bit Git for Wi

git-scm.com

 

 

★주의할점!

마구마구 next눌러서 설치하지 말고 아래대로 설정하여 설치 진행하기.

(나는 vscode를 사용중이기 때문에 Use Visual Studio Code as Git's default ediotr로 선택했다.)

 

 

 

 

 

2. 이메일/이름 입력

아무폴더 하나 생성후 shift + 오른쪽마우스 클릭하여 파워셀창을 연다.

 

 

 

그리고 이렇게 자신의 이메일과 이름을 한줄씩 입력 후 엔터

git config --global user.email "usus_us@naver.com"

git config --global user.name "Useol"

 

 

 

 

 

3. 확인하기

vscode로 해당 폴더를 연 후 터미널창에 git init이라고 입력한다.

아무런 경고창이 뜨지 않았다면 정상적으로 설치 완료 !