GitHub 管道集成 - 总是 returns 无法访问
GitHub Pipeline Integration - Always returns unable to access
我已经使用 CodePipeline 授权我们的 GitHub 帐户并选择了我的存储库,但是当 运行 管道时,我得到以下信息:
Invalid action configuration
Either the GitHub repository "*****" does not exist, or the GitHub
access token provided has insufficient permissions to access the
repository. Verify that the repository exists and edit the pipeline to
reconnect the action to GitHub.
我已经尝试使用组织和非组织存储库,以及取消对 AWS Pipeline 的身份验证并重新进行身份验证。
我还按照此处的步骤生成个人访问令牌,这也是 returns 同样的错误。 http://docs.aws.amazon.com/codepipeline/latest/userguide/troubleshooting.html#troubleshooting-gs2
不确定是否有人知道我可能遗漏了什么?
谢谢!
无需 GitHub 访问令牌即可将 GitHub 与 AWS CodePipeline 集成。对我来说,我使用 AWS CodePipeline 授权了我的 GitHub 账户。我没有在我的存储库中添加任何服务、集成或网络挂钩。 CodePipeline 向我显示存储库和相关分支的列表。有用!
希望对您有用。如果你想看我的回购
https://github.com/KumareshBabuNS/SampleAppLinux
谢谢
经过广泛研究并与 Amazon 合作后,我们实际上发现了集成中的错误!
任何有权访问超过 2000 个存储库的人都可能会遇到问题,AWS 意识到了这一点,我们已经与正在解决该问题的技术经理进行了交谈。
我们只是创建了一个新的 GitHub 帐户并添加了对解决该问题所需的少数存储库的访问权限。
干杯
我已经使用 CodePipeline 授权我们的 GitHub 帐户并选择了我的存储库,但是当 运行 管道时,我得到以下信息:
Invalid action configuration
Either the GitHub repository "*****" does not exist, or the GitHub access token provided has insufficient permissions to access the repository. Verify that the repository exists and edit the pipeline to reconnect the action to GitHub.
我已经尝试使用组织和非组织存储库,以及取消对 AWS Pipeline 的身份验证并重新进行身份验证。
我还按照此处的步骤生成个人访问令牌,这也是 returns 同样的错误。 http://docs.aws.amazon.com/codepipeline/latest/userguide/troubleshooting.html#troubleshooting-gs2
不确定是否有人知道我可能遗漏了什么?
谢谢!
无需 GitHub 访问令牌即可将 GitHub 与 AWS CodePipeline 集成。对我来说,我使用 AWS CodePipeline 授权了我的 GitHub 账户。我没有在我的存储库中添加任何服务、集成或网络挂钩。 CodePipeline 向我显示存储库和相关分支的列表。有用!
希望对您有用。如果你想看我的回购 https://github.com/KumareshBabuNS/SampleAppLinux
谢谢
经过广泛研究并与 Amazon 合作后,我们实际上发现了集成中的错误!
任何有权访问超过 2000 个存储库的人都可能会遇到问题,AWS 意识到了这一点,我们已经与正在解决该问题的技术经理进行了交谈。
我们只是创建了一个新的 GitHub 帐户并添加了对解决该问题所需的少数存储库的访问权限。
干杯