git config --global user.email "you@example.com"
git config --global user.name "Your Name"
깃허브의 유저네임과 이메일주소를 넣어 터미널창에 입력해주면 된다.
'git,github' 카테고리의 다른 글
Resolve conflicts 버튼 비활성화 시 / Github Desktop 설치 / Installation has failed (0) | 2024.04.03 |
---|---|
내 로컬 파일 탐색기에서 해당 디렉터리를 github에 올리는 방법 | 명령어 설명 (1) | 2024.01.30 |