Heroku 添加:键错误
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当凭据不正确时,将出现“找不到资源”错误。密码是创建 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.