将命令运行deploy
到站点只会使终端闪烁,就好像它陷入了一些繁重的操作一样。
什么都不会发生。我实际上并没有尝试与--debug
旗帜一起跑步。
第一个想法是我支持公司代理。所以我设置了一个“纯”连接,但它仍然没有连接。那么问题是什么?
将命令运行deploy
到站点只会使终端闪烁,就好像它陷入了一些繁重的操作一样。
什么都不会发生。我实际上并没有尝试与--debug
旗帜一起跑步。
第一个想法是我支持公司代理。所以我设置了一个“纯”连接,但它仍然没有连接。那么问题是什么?
打开firebase-debug.log
包含日志的文件,您可能会在其中发现错误。
与此类似的日志
[debug] [2020-09-26T07:53:15.852Z] > 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"]
[debug] [2020-09-26T07:53:15.854Z] > authorizing via signed-in user
[debug] [2020-09-26T07:53:15.855Z] [iam] checking project testproject for permissions ["firebase.projects.get","firebasehosting.sites.update"]
[debug] [2020-09-26T07:53:15.861Z] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloud-platform","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] [2020-09-26T07:53:15.861Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
就我而言,这是由于互联网连接速度较慢,因此无法建立连接。