Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

이 버전의 GitHub Enterprise는 다음 날짜에 중단되었습니다. 2023-03-15. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. 성능 향상, 향상된 보안, 새로운 기능을 위해 최신 버전의 GitHub Enterprise로 업그레이드합니다. 업그레이드에 대한 도움말은 GitHub Enterprise 지원에 문의하세요.

패키지 검색

GitHub Enterprise Server에 대한 패키지를 검색하고 검색 한정자를 사용하여 결과의 범위를 좁힐 수 있습니다.

이 기능을 사용할 수 있는 사용자

Anyone can search for packages they have access to.

GitHub Packages은(는) GitHub Free, GitHub Pro, 조직의 경우 GitHub Free, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server 3.0 이상 및 GitHub AE에서 사용할 수 있습니다. GitHub Enterprise Server 인스턴스를 업그레이드하는 방법에 대한 자세한 내용은 "새 릴리스로 업그레이드 정보"을 참조하고 업그레이드 도우미 를 참조하여 현재 릴리스 버전에서 업그레이드 경로를 찾습니다.

About searching for packages

You can search for packages globally across all of GitHub Enterprise Server, or search for packages within a particular organization. For more information, see "About searching on GitHub."

You can only search for packages on GitHub Enterprise Server, not GitHub.com, even if GitHub Connect is enabled.

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.

Searching within a user's or organization's packages

To find packages owned by a certain user or organization, use the user or org qualifier.

QualifierExample
user:USERNAMEuser:codertocat matches packages owned by @codertocat
org:ORGNAMEorg:github matches packages owned by the GitHub organization

Filtering by package visibility

To filter your search by whether a package is public or private, use the is qualifier.

QualifierExample
is:publicis:public angular matches public packages that contain the word "angular"
is:privateis:private php matches private packages that contain the word "php"