최초 git 설정 시 마주치는 Username for 'https://github.com' 해결 법 (Mac / 맥북)
최초 git 설정 시 마주치는 Username for 'https://github.com' 해결 법 1. git config 설정 git config --global user.name "SsunLee" git config --global user.email tnsqo1126@naver.com 여기서 user.name 이 어떤건지 확인하고 싶다면 git 내설정 진입할 때 주소창에 보여지고 있는 닉네임을 입력하시면 됩니다. 제대로 추가되었는지 확인하려면 아래 명령어를 입력해 확인을 해봅니다. vim ~/.gitconfig 아! 여기서 빠져나올 때는 ":" 를 누르고 q 를 눌러 빠져나오면 됩니다. 2. 만약 이런 내용이 떴다면 emote: Support for password authentication wa..
2022.03.20