Closed1
git push で403になったとき
一番安定した方法
キーチェーンから下記を削除
こんな方法もあるよ
git config credential.helper ''
でも定期的に必要。。。
話が若干逸れるけど、各プロジェクト内の.git/config が悪さをする場合もある。
helperが空なのが原因ぽいが、、、
[credential]
helper =/usr/local/share/gcm-core/git-credential-manager
上記のように修正する
それでもダメな場合はgcmを再度インストール
brew install --cask git-credential-manager
このスクラップは2024/07/17にクローズされました