Heroku 添加:键错误

发布于 2024-10-05 02:04:19 字数 586 浏览 1 评论 0原文

我有一个 git/rails 项目正在工作,我可以提交,并且我的 ssh 密钥正在工作,所以我执行了

sudo gem install heroku 并:

成功安装了 heroku-1.14.4

1 gem 安装了

正在安装 heroku-1.14.4 的 ri 文档...

正在安装heroku-1.14.4 的 RDoc 文档...

然后我得到了这个错误:

joe@St1gm4:~/apps/project$ heroku keys:add ~/.ssh/id_rsa.pub

上传 ssh 公钥 /home/joe/ .ssh/id_rsa.pub

输入您的 Heroku 凭据。

电子邮件:[电子邮件受保护]

密码:

找不到资源

有人有可以帮助我的解决方案吗?提前致谢。

i have a git / rails project working i can commit and my ssh key is working soo i did the

sudo gem install heroku and :

Successfully installed heroku-1.14.4

1 gem installed

Installing ri documentation for heroku-1.14.4...

Installing RDoc documentation for heroku-1.14.4...

well and then i got this error :

joe@St1gm4:~/apps/project$ heroku keys:add ~/.ssh/id_rsa.pub

Uploading ssh public key /home/joe/.ssh/id_rsa.pub

Enter your Heroku credentials.

Email: [email protected]

Password:

Resource not found

anyone have a solution that can help me ? thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始终不够爱げ你 2024-10-12 02:04:19

当凭据不正确时,将出现“找不到资源”错误。密码是创建 heroku 帐户时使用的密码。

The "Resource not found" error will happen when the credentials are not correct. The password is the one used when creating a heroku account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文