액세스 토큰 사용하고 나서 push 할 때 발생
해결방법
1. 현재 연결된 원격 리포지토리 지우기
git remote remove origin
2. 액세스토큰을 사용하여 원격 리포지토리 연결
git remote add origin {http://액세스토큰@github.com/계정/리포지토리명.git}
# 계정+리포지토리명 = 리포지토리주소
git remote add origin {http://액세스토큰@github.com/리포지토리주소.git}