Heroku 看不到不属于我的存储库,但我有写入权限
Heroku doesn't see an repository that I don't own, but I have write access
我想使用 Heroku 连接到 GitHub,我想连接到我不拥有但我有写入权限的存储库。
但只显示我的存储库,我只能选择我的名字!
所以问题是:
是否有可能以及如何连接到 GitHub 存储库,我不拥有它,但对 Heroku 有写入权限?
假设您要启用自动部署,write access is not sufficient:
GitHub repo admin access is required for you to configure automatic GitHub deploys. This is because Heroku has to register a service hook on the GitHub repo, and this action requires admin access. For GitHub organisations, your GitHub account will also need to be a member of the organisation and not an outside collaborator.
所以:
您对存储库有 管理员 级别的访问权限吗?
这个仓库是组织仓库吗?如果是,您是该组织的成员还是外部合作者?
我想使用 Heroku 连接到 GitHub,我想连接到我不拥有但我有写入权限的存储库。
但只显示我的存储库,我只能选择我的名字!
所以问题是: 是否有可能以及如何连接到 GitHub 存储库,我不拥有它,但对 Heroku 有写入权限?
假设您要启用自动部署,write access is not sufficient:
GitHub repo admin access is required for you to configure automatic GitHub deploys. This is because Heroku has to register a service hook on the GitHub repo, and this action requires admin access. For GitHub organisations, your GitHub account will also need to be a member of the organisation and not an outside collaborator.
所以:
您对存储库有 管理员 级别的访问权限吗?
这个仓库是组织仓库吗?如果是,您是该组织的成员还是外部合作者?