別の GitHub ユーザーに変更したいです。github.com キーチェーン エントリを削除し、コマンド ライン ( https://help.github.com/articles/updating-credentials-from-the-osx-keychain ) からも削除しようとしましたが、コミットをプッシュしようとするとuser2
次のエラーが表示されます。
ERROR: Permission to user2/test-repo.git denied to user1.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
私の .gitconfig にはこれが含まれています:
[credential]
helper = osxkeychain
から資格情報を削除するにはどうすればよいuser1
ですか?