firebase部署挂起而没有错误(firebase工具3.17.2)

时间:2018-01-30 13:08:20

标签: firebase firebase-cli

我正在尝试部署一个firebase托管项目,我发现它挂起而且从未进展过。该项目刚刚使用firebase init创建,仅包含公用文件夹中的index.html404.html文件。

命令的调试输出是

    C:\VSProjects\wearable>firebase deploy  --debug
    [2018-01-30T12:34:39.086Z] ----------------------------------------------------------------------
    [2018-01-30T12:34:39.093Z] CLI Version:   3.17.2
    [2018-01-30T12:34:39.093Z] Platform:      win32
    [2018-01-30T12:34:39.095Z] Node Version:  v9.4.0
    [2018-01-30T12:34:39.103Z] Time:          Tue Jan 30 2018 23:34:39 GMT+1100 (AUS Eastern Daylight Time)
    [2018-01-30T12:34:39.103Z] ----------------------------------------------------------------------

    [2018-01-30T12:34:39.129Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase", "https://www.googleapis.com/auth/cloud-platform"]
    [2018-01-30T12:34:39.130Z] > authorizing via signed-in user
    [2018-01-30T12:34:39.134Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/[project hidden]

    Tue Jan 30 2018 23:34:39 GMT+1100 (AUS Eastern Daylight Time)
    [2018-01-30T12:34:40.002Z] <<< HTTP RESPONSE 200 server=nginx, date=Tue, 30 Jan 2018 12:34:40 GMT, content-type=application/json; charset=utf-8, content-length=111, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store, via=HTTP/1.1 proxy10730
    [2018-01-30T12:34:40.005Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/[project hidden]/tokens

    Tue Jan 30 2018 23:34:40 GMT+1100 (AUS Eastern Daylight Time)
    [2018-01-30T12:34:41.275Z] <<< HTTP RESPONSE 200 server=nginx, date=Tue, 30 Jan 2018 12:34:41 GMT, content-type=application/json; charset=utf-8, content-length=263, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store, via=HTTP/1.1 proxy10730

我尝试过以下方法: a)注销并登录 b)返回firebase工具3.17.2 c)节点9.3.0

非常感谢您提供的任何帮助。

0 个答案:

没有答案
相关问题