git push -u origin main
で下記のエラーが発生。
remote: Permission to [ユーザ名]/[プロジェクト名].git denied to [ユーザー名].
fatal: unable to access 'https://github.com/[ユーザー名]/[プロジェクト名].git/': The requested URL returned error: 403
解決策:アクセストークンの発行画面でrepoにチェックが入っていなかった。
Go to list of users who liked
More than 1 year has passed since last update.
git push -u origin main
で下記のエラーが発生。
remote: Permission to [ユーザ名]/[プロジェクト名].git denied to [ユーザー名].
fatal: unable to access 'https://github.com/[ユーザー名]/[プロジェクト名].git/': The requested URL returned error: 403
解決策:アクセストークンの発行画面でrepoにチェックが入っていなかった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked