如何检查谁对 Github 上的 public 组织的存储库具有写入权限?

How can I check who has write access to a public organization's repository on Github?

我试图找出对存储库或存储库中特定目录具有写入权限的用户(尤其是对于庞大的代码库)。我如何从 Github 的网站上找到它?

组织 (such as dolores) 的 "people" 选项卡将列出 public 个成员。

请注意,页面“Permission levels for an organization”显示只有成员和所有者才能看到组织的所有成员。
非成员只能看到 public 成员。

您可以查看 GitHub API Organization member 了解更多详情。