跳至主要内容

查找您的项目

了解如何在您的账户、组织、仓库和团队中定位项目。

浏览所有项目

您可以浏览所有项目,无论它们位于何处。您可以查看最近浏览的项目和您创建的项目,并应用自己的筛选条件。

  1. 在任何页面的左上角,点击打开全局导航菜单。

  2. 在菜单中,点击 项目

  3. 可选地,在项目列表上方的文本框中输入筛选条件,以选择显示哪些项目。如需了解筛选语法的更多信息,请参阅本文中的 过滤项目列表的语法

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  4. 点击您想打开的项目名称。

查找组织的项目

您可以查看并筛选您有访问权限的组织拥有的所有项目。

  1. 在 GitHub 的右上角,点击您的个人资料图片,然后点击 组织

  2. 点击您组织的名称。

  3. 在组织名称下,点击 项目

  4. 可选地,在项目列表上方的文本框中输入筛选条件,以选择显示哪些项目。如需了解筛选语法的更多信息,请参阅本文中的 过滤项目列表的语法

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  5. 点击您想打开的项目名称。

查找您个人账户拥有的项目

您可以查看并筛选在个人账户下创建的项目。

  1. 在 GitHub 右上角,单击您的个人资料图片,然后单击 您的个人资料

    Screenshot of the dropdown menu under @octocat's profile picture. "Your profile" is outlined in dark orange.

  2. 在你的个人资料页面,点击 项目

  3. 可选地,在项目列表上方的文本框中输入筛选条件,以选择显示哪些项目。如需了解筛选语法的更多信息,请参阅本文中的 过滤项目列表的语法

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  4. 点击您想打开的项目名称。

查找链接到仓库的项目

仓库可以链接到组织级别和用户级别的项目。您可以浏览并筛选链接到特定仓库的项目。如需了解将项目链接到仓库的更多信息,请参阅 将项目添加到仓库

  1. 在 GitHub 上,导航至您仓库的主页。

  2. 点击 项目

    Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.

  3. 可选地,在项目列表上方的文本框中输入筛选条件,以选择显示哪些项目。如需了解筛选语法的更多信息,请参阅本文中的 过滤项目列表的语法

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  4. 点击您想打开的项目名称。

查找链接到团队的项目

您还可以将项目链接到组织中的特定团队,然后浏览并筛选与特定团队关联的项目。如需了解将项目链接到团队的更多信息,请参阅 将项目添加到团队

  1. 在 GitHub 的右上角,点击您的个人资料图片,然后点击 组织

  2. 点击您组织的名称。

  3. 在您的组织名称下,点击 团队

    Screenshot of the horizontal navigation bar for an organization. A tab, labeled with the people icon and "Teams," is outlined in dark orange.

  4. 点击团队名称。

  5. 点击 项目

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  6. 可选地,在项目列表上方的文本框中输入筛选条件,以选择显示哪些项目。如需了解筛选语法的更多信息,请参阅本文中的 过滤项目列表的语法

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  7. 点击您想打开的项目名称。

过滤项目列表的语法

您可以结合筛选条件,甚至通过包含文本来搜索项目标题。例如,is:open creator:octocat game 将返回处于打开状态、由 @octocat 用户创建且标题中包含 “game” 一词的项目。您可以使用下表中的搜索限定符来缩小项目搜索范围。

限定符说明
is:open返回当前打开的项目。
is:closed返回当前关闭的项目。
is:template返回标记为模板的项目。
is:private返回设置为私有可见性的项目。
is:public返回设置为公开可见性的项目。
creator:USERNAME返回由 USERNAME 创建的项目。例如,creator:octocat 将返回由 @octocat 创建的项目。

您还可以更改项目的排序方式。

限定符说明
sort:title-asc按项目标题排序。
sort:updated-asc or sort:updated-desc按项目最近更新时间排序。
sort:created-asc or sort:created-desc按项目创建时间排序。
© . This site is unofficial and not affiliated with GitHub, Inc.