0. 터미널에 입력
git config --global user.name "새로운 사용자 이름"
git config --global user.email "새로운 이메일 주소"
// 잘 들어갔는지 체크
git config user.name
Your New Name
git config user.email
your@new_email.com
1.사용자 계정 클릭
2.windows 자격 증명 관리
3. 자신의 계정이 아닌 github와 연동된 계정 삭제
4. 푸시하면 로그인이 뜨며 이제 잘 된다