본문 바로가기

Git 설치하기 ( Mac / m1 ) 본문

BF 2024/Git

Git 설치하기 ( Mac / m1 )

jaegomhoji 2022. 3. 29. 17:00

0. 설치 유무 확인하기 

1. 실행파일(binary) 다운로드 

2. brew install 

 

 

0. 설치 유무 확인하기 

> 터미널 > git --version 으로 확인 ( 설치된 상태 ) 

1. 실행파일(binary) 다운로드 

> 직접 파일 설치 

>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. brew install 

> homebrew 가 없을 시 , brew 설치 경로 복사 후 터미널에서 실행 

> brew install git 

 

 

 

'BF 2024 > Git' 카테고리의 다른 글

Remote Repository 생성  (0) 2022.03.29
Local Repository  (0) 2022.03.29
Git 기본용어들  (0) 2022.03.29
Git 가입 및 global configuration 설정  (0) 2022.03.29
VCS와 Git 이란?  (0) 2022.03.29
Comments