$ git config --global user.name "나의 사용자 이름"
: 사용자 이름 설정$ git config --global user.email "내 이메일 주소"
: 이메일 주소 설정--global
옵션으로 설정하면 사용자 홈에 저장되므로 Git
을 설정할 때 처음 한 번만 입력하면 됩니다.--global
옵션을 빼고 명령 실행할 수 있습니다.Git
에서 커밋 메시지를 기록할때, 특히 merge commit
확인 메시지가 나올 때 텍스트 에디터가 열립니다.$ git config --global core.editor nano
$ ssh-keygen
을 입력합니다.~/.ssh/id_rsa
로 공개키는 ~/.ssh/id_rsa.pub
으로 생성됩니다.Remote Repository
에서 Code
버튼을 클릭하고 SSH
탭을 선택합니다.$ git clone [복사된 문자열]
$ brew install gh
$ gh auth login
을 통해 로그인을 시도합니다.? What accout do you want to log into? GitHub.com
? What is your preferred protocol for Git Operations? HTTPS
? Authenticate Git with your GitHub credentials? Yes
? How would you like to authenticate GitHub CLI? Login with a web browser