【发布时间】:2012-12-29 20:03:48
【问题描述】:
我正在关注 ruby.railstutorial。我运行命令“git push heroku master”,它吐出这个错误。
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我在我的 Rails 应用程序“/Users/lexi87/rails_projects/first_app”中。有什么解决办法吗?
【问题讨论】:
-
您可能需要查看管理 SSH 密钥的 Heroku 指南:devcenter.heroku.com/articles/keys
标签: ruby-on-rails git heroku