오랜만에 토이프로젝트를 조금 진행하고 git add commit 후 push 하려는 순간 git push origin main remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/jieungo/meong.git/' 인증 실패 에러가 뜨면서 push가 되지 않았다 이럴땐 역시 구글 git remote remove origin git remote add origin git remote -v 우선 원격 저장소를 삭제하고 다시 저장소를 연결시켜주고 git remote -v 를 입력하여 잘 연결되었는지 확인해준다 git push origin main To https://github.com/jieungo/..