반응형
1. git 설치 (빨간색을 제외하고, default 설치)
2. Git Bash 또는 Git CMD에서 이름, 이메일 설정
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
ref.
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
반응형