1

我正在尝试部署一个 firebase 托管项目,但我发现它挂起并且永远不会进展。该项目刚刚创建,firebase init并且仅包含公用文件夹中的index.html和文件。404.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

您能提供的任何帮助将不胜感激。

4

0 回答 0