使用 ssh 查看我的 GitHub 组织中的存储库

View repos in my GitHub organisation using ssh

我最近被加入了一个组织https://www.github.com/examplecorp

是否可以从我的终端使用 SSH 查看组织中的存储库列表? 我的 public 密钥部署在我的 Github 帐户中。

Github.com 仅将 SSH 用于身份验证以及与托管在 GitHub.

上的 git 存储库通信。

Github 用户的相关数据(与 git 无关)未存储在 git 存储库中,因为这不是他们的目的,而是用于存储代码和修订。

因此,您正在查看的信息可通过他们的 HTTP API 获得,请参阅 https://docs.github.com/en/rest/reference/orgs#list-organizations-for-the-authenticated-user