vscode で githubアカウントを切り替える
localのユーザー情報を変更する
git config –local user.name [name]
git config –local user.email [email]
認証情報を削除する
Windowsの検索バーから、Windows Credential Managerを検索する
Windows credentials の中にある git:https://github.com を削除する
git config –local user.name [name]
git config –local user.email [email]
Windowsの検索バーから、Windows Credential Managerを検索する
Windows credentials の中にある git:https://github.com を削除する