Github 토큰이 만료되었다고 해서 버튼 눌러 regenerate 했다. 콘솔에서는 다음과 같이 remote 값을 보고 이를 변경할 수 있다. $ git remote -v originhttps://[깃헙아이디]:[만료되는깃헙토큰]@github.com/[깃헙아이디]/[프로젝트명].git (fetch) originhttps://[깃헙아이디]:[만료되는깃헙토큰]@github.com/[깃헙아이디]/[프로젝트명].git (push) $ git remote set-url origin https://[깃헙아이디]:[새로발급받은깃헙토큰]@github.com/[깃헙아이디]/[프로젝트명].git