工作时heroku db:pull 的问题
当我在工作时尝试拉取数据库时,出现以下错误:
:>heroku db:pull
Auto-detected local database: sqlite://db/development.sqlite3
Bad credentials given for http://heroku:[hidden]@taps.heroku.com
请注意,当我在家时,我可以很好地运行此命令。我想知道您是否对我会收到此错误的常见原因有任何建议。
When I try to pull down a database while at work I get the following error:
:>heroku db:pull
Auto-detected local database: sqlite://db/development.sqlite3
Bad credentials given for http://heroku:[hidden]@taps.heroku.com
Note that when I am at home I am able to run this command just fine. I wanted to know if you have any suggestions for common reasons I would get this error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在工作时执行其他 Heroku 命令吗?如果不是,那么可能是您的 SSH 密钥有问题。有关详细信息,请参阅此 Heroku 帮助文档。
Are you able to perform other Heroku commands whilst at work? If you aren't then it's probably a problem with your SSH keys. See this Heroku help document for details.