Github 자격 삭제하기
제어판 > 사용자 계정 > 자격 증명관리자
Windows 자격 증명 windows 자격 증명 하단에서 깃허브 클릭
제거
하단의 왼쪽 아래 제거를 클릭하면 성공
+ 자격 증명
git config --global user.name"username"
git config --global user.email"useremail"
git push -u origin master