github의 저장소로 push하고 싶을 때 다른 계정인 경우 위와 같은 에러가 발생한다.

이때에 remote 저장소 앞에 id를 붙여 주면 된다.

git remote add origin [<https://[email protected]/byTenThirty/ex1_csr_todo_cmlee.git>](<https://[email protected]/byTenThirty/ex1_csr_todo_cmlee.git>)

그리고 push하면 비밀번호를 물어 보고 입력하면 잘된다.

참고

Git Push 403 에러