1. ホーム
  2. git

[解決済み] git push heroku master'が認証を要求してくる

2023-05-29 11:49:51

質問

実行しました。

$ heroku login

しかし、プッシュしようとすると、やはり認証が要求されます。

$ git push heroku master
Username for 'https://git.heroku.com': <email>
Password for 'https://<email>@git.heroku.com':

すると、WARNING: Do not authenticate with username and password using Gitと表示されます。

heroku loginを再度実行し、認証に成功しましたが、まだ同じ失敗があります。

リモートを確認しました。

$ git remote -v
heroku https://[email protected]/appname.git (fetch)
heroku https://[email protected]/appname.git (push)

また、新しい公開鍵を生成してHerokuに渡し、検証しています。 https://devcenter.heroku.com/articles/keys

私は Windows 8 で、Git 1.9.5 を使用しています。

どのように解決するのですか?

回答が遅くなりましたが、2ヶ月前に私の問題を解決しました。(ただ、質問を回答済みとしてマークしていません。/noob)

git restore後、HerokuでSSH Fingerprintが認証されない。