[Mac] git 설정

Krystal·2022년 11월 11일
0

1. Homebrew

Install homebrew if you don't already have it, then:

$ brew install git

2. git config 설정

$ git config --global user.name "Krystal"
$ git config --global user.email "p.krystal95@gmail.com"
$ git config --list

3. git 환경에 ssh 설치

$ ssh-keygen
$ cat ~/.ssh/id_rsa.pub
// 공개키복사

github 로그인 후 프로필에 들어가서 Setting.
SSH and GPG Keys 선택 SSH Key 등록

4. clone 시 token 문제

https://hyeo-noo.tistory.com/184

profile
🚀Be an active developer

0개의 댓글