我安装了 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 网页-> 我的帐户时,我已经正确添加了密钥。我作为合作者被添加到项目中。
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.
有什么建议么?