When Git prompts you for your password, enter your personal access token (PAT) instead. Password-based authentication for Git is deprecated, and using a PAT is more secure. For more information, see "Creating a personal access token."
キーチェーンアクセスを介して認証情報を更新する
- Click on the Spotlight icon (magnifying glass) on the right side of the menu bar. Type
Keychain access
then press the Enter key to launch the app. - キーチェーン Access で、[hostname] を探してください。
[hostname]
の「internet password」エントリを見つけてください。- 適宜、エントリを編集または削除します。
コマンドラインで認証情報を削除する
Through the command line, you can use the credential helper directly to erase the keychain entry.
$ git credential-osxkeychain erase
host=hostname
protocol=https
> [Press Return]
成功した場合、何もプリントアウトされません。 To test that it works, try and clone a repository from your GitHub Enterprise Server instance. If you are prompted for a password, the keychain entry was deleted.