git push
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/{githubユーザ名}/{プロジェクト名}/info/refs
fatal: HTTP request failed
・対処方法
pushするURLを見失っている状態っぽいので、下記コマンドを実施。
git remote set-url origin https://{githubユーザ名}@github.com/{プロジェクト名}
git push
これで正しくpushできるようになるはずです。
0 件のコメント:
コメントを投稿