gpt4 book ai didi

git - Heroku - MacOS Toolbest - 多个 heroku 帐户 ssh key 问题

转载 作者:太空宇宙 更新时间:2023-11-03 13:42:00 24 4
gpt4 key购买 nike

尽管遵循了此处已发布的许多多帐户管理器解决方案,但 git 和 heroku 似乎都只使用默认的 id_rsa.pub key ,而不是帐户插件分配的 key 。

$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”相同的 key

最佳答案

您需要确保:

  • 您的 ~/.ssh/config 确实包含以下内容:
Host heroku.example HostName heroku.com User prod.heroku@my-domain.com  IdentityFile ~/.ssh/identity.heroku.my-prod.pub
  • heroku 使用的 git remote url 是这样的:
    ssh://heroku.example:my-test-app-3027

(注意这里的 scp 语法,heroku.example 是 ssh 配置文件的主机条目之一。)

您还可以查看 heroku 客户经理,例如 heroku_plus ,看看是否有帮助。

关于git - Heroku - MacOS Toolbest - 多个 heroku 帐户 ssh key 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17538866/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com