1
0
mirror of synced 2026-05-22 20:33:16 +00:00

备份博文内容

This commit is contained in:
2026-03-12 23:53:57 +08:00
parent 94e6cb1d7d
commit 0909a6ce40
@@ -0,0 +1 @@
<p>在通过 Intellij IDEA 查看可用的 PR 的时候,你可能会遇到下面的错误:</p> <br><pre><code>Can't load data from GitHub<br>[Although you appear to have the correct authorization credentials, the `cwiki-us-spring` organization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, including how to whitelist this app, visit https://docs.github.com/articles/restricting-access-to-your-organization-s-data/].<br></code></pre> <br><p></p> <br><p><a href="https://cdn.ossez.com/discourse-uploads/original/1X/39467bb0f544b26bf93a62a433748098f6a22aeb.png" rel="nofollow"><img alt="github-01" height="500" src="https://i-blog.csdnimg.cn/blog_migrate/89f577e48351a0f52454ba7fb9224f51.png" width="543" /></a></p> <br><p></p> <br><p>提示的错误信息如上。</p> <br><p>上面的提示内容是因为你的仓库的限制,导致你没有办法查看特定的仓库的 PR。</p> <br><h3>原因和解决办法</h3> <br><p>这个问题的原因是因为仓库的限制导致你没有办法通过 Intellij IDEA 来查看。</p> <br><p>你可以通过设置你的 Organization 的 Third-party application access policy 被设置为 <strong>Access restricted</strong> 。</p> <br><p>你可以通过删除这个 <strong>Access restricted</strong>,然后再次在 Intellij IDEA 上刷新就可以看到可用的 PR 了。</p> <br><p>当然这个前提是你需要有 GitHub Organization 的权限才可以。</p> <br><p></p> <br><p><a href="https://cdn.ossez.com/discourse-uploads/original/1X/938464c76288960305338d25dd8a96c619a2c0ec.png" rel="nofollow"><img alt="github-02" height="389" src="https://i-blog.csdnimg.cn/blog_migrate/4884aaddc10d2db9a9234371fde4e95c.png" width="690" /></a></p> <br><p></p> <br><p>返回 Intellij IDEA 后重新刷新。</p> <br><p></p> <br><p><a href="https://cdn.ossez.com/discourse-uploads/original/1X/43e5d58d502afda35b9a65f60021f6da6d396711.png" rel="nofollow"><img alt="github-03" height="438" src="https://i-blog.csdnimg.cn/blog_migrate/daa86557831dab47ac190a7ed398372b.png" width="690" /></a></p> <br><p></p> <br><p>重新刷新后,可以查看已有在 GitHub 上的 PR。</p> <br><p><a href="https://www.ossez.com/t/intellij-idea-github-pr-data/809" title="https://www.ossez.com/t/intellij-idea-github-pr-data/809" rel="nofollow">https://www.ossez.com/t/intellij-idea-github-pr-data/809</a></p>