Mac OS에서 git 설치는 Homebrew -> git 설치 순
터미널 켜서
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
입력 후 실행하면 PASSWORD 입력창 뜸
PASSWORD 입력 후 설치 진행
설치 끝나면 아래 문구 입력
brew install -s git
설치하고 실행이 잘 되는 지 확인
'Study > ETC' 카테고리의 다른 글
MVC MVP MVVM MVI (0) | 2020.09.10 |
---|---|
리눅스 명령어 (0) | 2019.06.12 |
[React Native] Slider (0) | 2019.06.03 |
[React Native] Run iOS Device with expo (0) | 2019.06.03 |
React Native (0) | 2019.06.03 |