コードをコミットするために、Github に SSH キーを追加しました。すべてが完璧に機能しました。次に、次の手順を使用してアプリを公開するために Heroku にコミットしようとしました。
[omrails]$heroku keys:add
# Found the following SSH public keys:
# 1) github_rsa.pub 2) id_rsa.pub
# Which would you like to use with your Heroku account? 2
# Uploading SSH public key /Users/jackburum/.ssh/id_rsa.pub... done
[omrails]$heroku create
# Creating calm-earth-1147... done, stack is cedar
# http://calm-earth-1147.herokuapp.com/ |
# git@heroku.com:calm-earth-1147.git
[omrails]$git push heroku master
# ! Your key with fingerprint *************** is not authorized to access omrails.
# fatal: The remote end hung up unexpectedly
次に、Heroku キー (heroku keys:clear) をクリアして、キーを再度追加しようとしましたが、役に立ちませんでした。また、Github の SSH キーを変更して、それが問題かどうかを確認しました。他に何ができますか?