关于搜索包
您可以在所有 GitHub Enterprise Server 中全局搜索包,也可以在特定组织内搜索包。 有关详细信息,请参阅“关于在 GitHub 中搜索”。
� 只能在 GitHub Enterprise Server 中搜索包,而不能在 GitHub.com 上搜索,即使启用了 GitHub Connect 也一� �。
Tips:
- This article contains links to example searches on the GitHub.com website, but you can use the same search filters with GitHub Enterprise Server. In the linked example searches, replace
github.com
with the hostname for your GitHub Enterprise Server instance. - For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "Understanding the search syntax".
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for
label:"in progress"
. Search is not case sensitive.
搜索用户或组织的包
要查找特定用户或组织拥有的包,请使用 user
或 org
限定符。
限定符 | 示例 |
---|---|
user:USERNAME | user:codertocat 匹配 @codertocat 所拥有的包 |
org:ORGNAME | org:github 匹配 GitHub 组织所拥有的包 |
按包可见性过滤
要按包是公共还是专用来筛选搜索,请使用 is
限定符。
限定符 | 示例 |
---|---|
is:public | is:public angular 匹配含有文字“angular”的公共包 |
is:private | is:private php 匹配含有文字“php”的专用包 |