Windows 7 Home Premium がインストールされています。
gem 1.8.24
ruby 1.9.3p385
node 0.8.19
git 1.8.1.msysgit.
heroku/toolbelt/2.35.0 (i386-mingw32) ruby/1.9.3
次のコマンドで heroku に正常にログインできますheroku login
。キーをクリアしてheroku keys:clear
新しいキーを生成しheroku keys:add
ても、結果は成功です!
heroku webpage-> my account にログインすると、キーが正しく追加されました。私はコラボレーターとしてプロジェクトに追加されました。
git remote add heroku-s git@heroku.com:secret-project.git
問題は、ファイルをherokuにプッシュしようとしたときです:
git push heroku-s master
エラーが発生します:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
助言がありますか?