ローカル端末から新しいgithubアカウントリポジトリにコミットできません。ローカルgithubアカウント情報を更新する
credential.helper=osxkeychain
core.editor=/usr/bin/vim
core.autocrlf=input
user.name=<new-account-name>
user.email=<new-email>
push.default=simple
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
remote.origin.url=https://github.com/<new-account-name>/22c.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
は、他の何かがあるなら、私に知らせて、助けてくれてありがとう:私は私の世界 'のgit config' を更新しました
remote: Permission to <new-account-name>/22c.git denied to <old-account-name>.
は、次のことを明らかにし
git config --list
をsettings`それは問題を解決するのに役立ちます