🐈
Githubのアクセストークンを登録した
作成日:
2021/12/21
1
Token authentication requirements for Git operations | The GitHub Blog
https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/
Creating a personal access token - GitHub Docs
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
30日間有効なアクセストークンを作った
git push origin master
で聞かれる、
ユーザー:従来通り
パスワード:アクセストークンをコピーペースト
でOK
コーダーです。