【问题标题】:I want to retrieve the list of all GitHub repositories of which I am a team member我想检索我是团队成员的所有 GitHub 存储库的列表
【发布时间】:2022-11-10 23:11:21
【问题描述】:

我是一些大型企业 GitHub 组织的一员,我是许多不同团队的成员。

我真的很想查看我所属团队的存储库列表,这些存储库对存储库具有某些权限?在您的个人资料中,您只能看到您自己的私有存储库,而不是您有权访问的企业存储库。

例子

鉴于以下组织/团队/回购:

Organization Repository Team
org-1 repo-1 org-1/team-1
org-1 repo-2 org-1/team-1
org-1 repo-3 org-1/team-2
org-1 repo-4 org-1/team-2
org-2 repo-5 org-2/team-1
org-2 repo-6 org-2/team-2
org-2 repo-7 org-2/team-2
org-2 repo-8 org-2/team-1

假设我是org-1/team-1org-2/team-2 的一部分,我想要一个仅包含这些存储库的列表。

Organization Repository Team
org-1 repo-1 org-1/team-1
org-1 repo-2 org-1/team-1
org-2 repo-6 org-2/team-2
org-2 repo-7 org-2/team-2

我见过How to retrieve the list of all GitHub repositories of a person?,但这并没有考虑到团队。

【问题讨论】:

    标签: github


    【解决方案1】:

    我可以通过转到 GitHub Web 界面中的 Settings->Repositories (https://github.com/settings/repositories) 查看我所属的存储库

    看起来我只看到了我的用户所属的那些,而不是我可以通过我参与的团队访问的那些,

    【讨论】:

      猜你喜欢
      • 2013-09-09
      • 2021-05-11
      • 2021-12-30
      • 2012-02-01
      • 2018-01-16
      • 2017-03-18
      • 1970-01-01
      • 1970-01-01
      • 2019-06-05
      相关资源
      最近更新 更多