본문 바로가기
코딩

Git 설치 방법

by 나는야석사 2024. 4. 10.

1. 구글에 "Git 설치" 검색

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS 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 exp

git-scm.com

 

2. 맞는 운영체제 선택 후 파일 선택하기

64비트 윈도우 Setup을 클릭했다. Portable은 압축파일이라고 한다.

3. 옵션 선택하기

다른 설정들은 기본값으로 Next만 클릭했고, 나는 보통 main branch를 사용하기 때문에 default branch인 master가 아니라 main으로, 아래 항목을 클릭했다. 나머지는 다 Next!

 

4. 설치 완료

 

 

'코딩' 카테고리의 다른 글

TTS AI 예제 2  (0) 2024.07.11
TTS AI 예제 1  (0) 2024.07.11
파이토치 GPU 사용하는 방법  (0) 2024.01.16
아나콘다 가상환경 requirements.txt 파일 생성하기  (0) 2024.01.11
아나콘다 가상환경 설치 및 삭제 방법  (2) 2024.01.10