简体   繁体   English

Firebase init hosing:组织的github

[英]Firebase init hosing:github for organization

Trying to create a github action connection to firebase, as described here .尝试创建与 firebase 的 github 操作连接,如此所述。

After initializing hosting, I ran:初始化托管后,我运行:

firebase init hosting:github

Got to the stage where got:到了得到的阶段:

For which GitHub repository would you like to set up a GitHub workflow?您要为哪个 GitHub 存储库设置 GitHub 工作流程?

Entered the name, and then received:输入名称,然后收到:

Error: HTTP Error: 403, Policy update access denied.

The repo is part of an organization.回购是组织的一部分。

Read those threads: https://github.com/firebase/firebase-tools/issues/3143 https://github.com/firebase/firebase-tools/issues/2763阅读这些主题: https ://github.com/firebase/firebase-tools/issues/3143 https://github.com/firebase/firebase-tools/issues/2763

about giving fire base access to the organization, but I already have given access关于授予组织火力基地访问权限,但我已经授予访问权限授予 Firebase 的访问权限 . .

Any suggestions how to solve the issue?有什么建议可以解决这个问题吗?

Ok, so the problem was that I needed to be an Owner (Editor isn't enough) of the fire base project in order to initialize the Firebase hosting.好的,所以问题是我需要成为 fire base 项目的所有者(编辑者还不够)才能初始化 Firebase 托管。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为云函数设置 Firebase 初始化目录 - Set Firebase init Directory for cloud functions 使用“firebase init”安装 Firebase 功能模拟器后如何卸载它 - How to uninstall Firebase functions emulator after installing it with "firebase init" firebase init 显示不正确的默认项目 - firebase init displaying incorrect default projects 使用 Firebase WebHosting 在 GitHub 操作中运行具有不同合并请求的不同作业 - Run different job with different merge request in GitHub Actions using Firebase WebHosting 针对 Firebase 多个站点托管中的特定站点以进行反应 js 并使用 github 操作? - Target particular site among Firebase multiple site hosting for react js and using github actions? 无法访问 OAuth 访问令牌方法,同时执行 Github 使用 Firebase 登录 - Can't access OAuth Access token method while doing Github Login with Firebase 使 gcs 对象 URL 对组织内的所有用户公开 - make gcs object URL public to all users within an organization 在 GCP 中的组织级别创建服务帐户并分配权限/角色 - create service account and assign permissions/roles at the organization level in GCP 在 gce 中运行云初始化脚本 - running cloud init script in gce 从 Gitlab 镜像到 Github - Mirroring from Gitlab to Github
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM