パーソナルアクセストークンを発行する手順

エラーの例


~ $ git push origin master
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/名前/リポジトリ.git/': The requested URL returned error: 403

取得手順

  1. https://github.com/settings/tokens にアクセス
  2. Personal access tokensを選択
  3. Generate new tokenを選択
  4. workflowにチェックを入れる
  5. Generate Tokenを選択
  6. 発行されたトークンをメモする


~ $ git clone https://github.com/username/repository.git
Cloning into 'repository'...
Username for 'https://github.com': username
Password for 'https://username@github.com': ここで取得した個人アクセストークンを入力する

よかったらシェアしてね!
  • URLをコピーしました!
  • URLをコピーしました!

コメント

コメントする

目次
閉じる