macOS
[mac M1] git 설치
pilgyeong
2023. 1. 5. 20:39
https://git-scm.com/download/mac
Git - Downloading Package
Download for macOS There are several options for installing Git on macOS. Note that any non-source distributions are provided by third parties, and may not be up to date with the latest source release. Homebrew Install homebrew if you don't already have it
git-scm.com
터미널에서 설치하면 된다.
# Homebrew를 통한 설치
brew install git
# sudo를 통한 설치
sudo port install git
정상적으로 설치됐는지 확인
git --version
git --help