【发布时间】:2016-06-30 21:56:08
【问题描述】:
在命令行...
当我运行firebase deploy 时,我收到以下错误:
错误:输入的凭据不正确。
当我运行firebase deploy --debug,I get the following (more detailed) error (and log) shown when you click here。 (firebase-debug.log)
当我运行firebase deploy --project good-project-id 时,我得到了预期的部署行为。
当我重新运行 firebase deploy 和 firebase deploy --debug 时,我得到了已经描述的相同错误。
在运行firebase deploy 时如何进行适当的更改以消除错误?
注意事项:
- 我正在运行 Mac OS/X Yosemite v10.10.5
- I just ran the NPM installation procedure (via Homebrew) described here。
【问题讨论】:
标签: firebase command-line-interface firebase-tools