有人可以帮助我解决此错误我无法在运行firebase部署之前运行firebase init命令。
错误:身份验证错误:您的凭据不再有效。请运行firebase login --reauth
对于CI服务器和无头环境,使用firebase login生成一个新令牌:ci
答案 0 :(得分:2)
如果您支持代理调用set "NODE_TLS_REJECT_UNAUTHORIZED=0"
正如所描述的here
答案 1 :(得分:0)
您的凭据无效
您只需要再次登录即可
尝试命令firebase login --reauth
答案 2 :(得分:0)
对于Firebase CLI中的此类身份验证错误。
执行以下步骤:
1. firebase logout
2. firebase login
3. Once the URL opens, go to Google account and remove access which was already given to firebase app distribution ["Remove Access"]
4. Come back to the URL window and select Allow
5. Should result in a successful login
即使在反复遇到Firebase登录CLI问题之后-建议重新启动系统并再次执行firebase login
希望这会有所帮助!
答案 3 :(得分:0)
请试试这个命令
set "NODE_TLS_REJECT_UNAUTHORIZED=0"
然后重新运行,
firebase login