1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHubアクセス時に「remote: Support for password authentication was removed on August 13, 2021.」のエラーが出てログインできない

Posted at

はじめに

  • 内容的には薄いのですが、前使っていたアカウントで未だによく見られている記事なのでこちらでも再掲しようと思います

エラー内容


remote: Support for password authentication was removed on August 13, 2021.

結論

2021年8月13日以降、GitHubリポジトリにアクセスするには、ユーザ名とパスワードではなくアクセストークンが必要になった

手順

  1. GitHubにログイン
  2. 右上の自分のアイコンをクリック
  3. 「Settings」をクリック
  4. 左メニュー下部の「Developer settings」をクリック
  5. 左メニューの「Personal access tokens」をクリック
  6. 右上の「Generate new token」をクリックしてアクセストークンを作成➡Select scopes:repoと、admin:repo_hookとdelete:repoは必須でチェックを入れる
  7. vscodeのターミナルでIDとパスワードの代わりにアクセストークンを入力してログイン

今回は短めですが以上です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?