Firebase/Hosting。不能 运行: firebase init

Firebase/Hosting. Can't run: firebase init

在 Firebase 上,我想尝试托管并了解它的工作原理。 我过去可能真的用过这个,但很久以前,什么时候不一样了。

这是我的问题。当我尝试 运行 这个命令时:

firebase init

我在终端中收到以下错误:

Error: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

我有运行这个命令:

firebase login

和之前的命令一样,所以不知道少了哪个"authentication credential"。

有谁知道如何处理这个问题?

您应该尝试注销并重新登录,

firebase logout 

接着是

firebase login

仅供参考,您可以在此处找到 CLI 的管理命令列表:https://firebase.google.com/docs/cli/#administrative_commands