[Git] 최초 설정 시 UserName / Email 등록하는 방법 (해결)


[Git] 최초 설정 시 UserName / Email 등록하는 방법 (해결)

Username for 'https://github.com' 해결 법 1. git config 설정 git config --global user.name "SsunLee" git config --global user.email [email protected] ※ user.name 이 어떤건지 확인하고 싶다면 git 내설정 진입할 때 주소창에 보여지고 있는 닉네임을 입력하시면 됩니다. 제대로 추가되었는지 확인하려면 아래 명령어를 입력해 확인을 해봅니다. vim ~/.gitconfig 아! 여기서 빠져나올 때는 ":" 를 누르고 q 를 눌러 빠져나오면 됩니다 2. 만약 이런 내용이 떴다면 emote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-1...


#email #github #git설정 #username

원문링크 : [Git] 최초 설정 시 UserName / Email 등록하는 방법 (해결)