尽管遵循了这里已经发布的许多多账户管理器解决方案,git 和 heroku 似乎都只使用默认的 id_rsa.pub 键,而不是帐户插件分配的键。
$heroku version
heroku-toolbelt/2.39.4 (x86_64-darwin10.8.0) ruby/1.9.3
$ heroku accounts
my-prod
my-staging
my-dev
$ heroku git:clone my-test-app-3027 --account my-prod
Cloning from app 'my-test-app-3027'...
Cloning into 'my-test-app-3027'...
Permission denied (publickey).
然而,$ heroku keys --account my-prod
=== prod.heroku@my-domain.com Keys
ssh-rsa AAAAB3NzaC...6OVP9KRjNj prod.heroku@my-domain.com
与“~/.ssh/identity.heroku.my-prod.pub”的键相同