본문 바로가기
MM(MyMemo)

초보자를 위한 친절한 Git(깃) 설치 방법

by Glory_Choi 2024. 1. 31.
반응형

 

1. Git Downloading Package에 들어간다.

 

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 2 months ago, on 2023-11-20. Other Git for Windows downloads Standalone Installer 32-bit Git for Wi

git-scm.com

 

2. 64-bit Git for Windows Setup을 누르고 설치한다.

3. 아래 그림 전까지 next를 누르며 설치한다.

4. 아래 표시된  Add a Git Bash Profile to Windows Terminal을 체크하고 다시 끝까지 Next를 누른다.

5. 설치가 완료 됬다면 

Git Bash를 이용하면 Git을 사용할 수 있다.

 

6. Windows의 터미널에서 사용하는 방법은

Window 키 + R을 누르고 실행이 뜨면 wt(윈도우즈 터미널)를 친다.

만약 윈도우즈 터미널이 깔리지 않았다면 설치를 하거나 윈도우즈 파워쉘을 사용해도 된다.

 

윈도우즈 터미널을 열어보면 위와 같이 Git Bash의 Profile이 등록되어 있는걸 알 수 있다.

반응형