Githubへのpushで fatal: Authentication failed for とか The requested URL returned error: 403が出たので対処した

リモートリポジトリのurlをセットしなおしたら無事pushできた。

git remote set-url origin <git@ ~ から始まるssh用のURL>

git remote -v でリモートリポジトリを確認できる