GitHub 회원가입
깃 설정 : CMD 또는 터미널 실행
git config --global user.name 깃허브 닉네임
git config --global user.email 깃허브 아이디(=이메일)
크롬/엣지에서 https://github.com 접속하여 로그아웃
Windows + S > “Windows 자격 증명 관리” 타이핑하여 찾고, 실행하기
일반 자격 증명에서, GitHub으로 되어 있는 것들 찾아서 모두 삭제
https://github.com 접속하여 로그인
다시 설정 : CMD 또는 터미널 실행
git config --global user.name 깃허브 닉네임
git config --global user.email 깃허브 아이디(=이메일)