githubを二段階認証に変更後に起こるエラーの対処方法
GitHubに二段階認証を設定した後にGit操作できない時の解決策
でも解決しなかった点。
git clone ができない
C:\git\myrepo-doc>git clone https://github.com/myrepo-doc/doc
Cloning into 'doc'...
remote: The `myrepo-doc' organization has enabled or enforced SAML SSO. To access
remote: this repository, you must re-authorize the OAuth Application `Git Credential Manager`.
fatal: unable to access 'https://github.com/myrepo-doc/doc/': The requested URL returned error: 403
解決策
Open Credential Manager in Windows and delete the existing credential for github.com
Windows 10 における 資格情報マネージャ を開く。
コントロール パネル > ユーザー アカウント > 資格情報マネージャー
関連