リポジトリの可視性の変更について
Organization のオーナーは、リポジトリの可視性を変更する機能を Organization のオーナーのみに制限できます。 For more information, see "Restricting repository visibility changes in your organization."
リポジトリの可視性を変更する前に、次の注意点を確認することをお勧めします。
リポジトリをプライベートにする
- GitHub Enterprise Server はパブリックリポジトリのパブリックフォークを切り離し、新しいネットワークに追加します。 Public forks are not made private.
- If you change a repository's visibility from internal to private, GitHub will remove forks that belong to any user without access to the newly private repository. The visibility of any forks will also change to private. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
- Any published GitHub Pages site will be automatically unpublished.
- Anonymous Git read access is no longer available. For more information, see "Enabling anonymous Git read access for a repository."
リポジトリをインターナルにする
注釈: インターナルリポジトリはGitHub Enterprise Cloud、GitHub Enterprise Server 2.20+で利用できます。 詳しい情報については「GitHubの製品」を参照してください。
- Any forks of the repository will remain in the repository network, and GitHub Enterprise Server maintains the relationship between the root repository and the fork. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
リポジトリをパブリックにする
- GitHub Enterprise Server will detach private forks and turn them into a standalone private repository. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
リポジトリをプライベートにする
- GitHub Enterprise Serverで、リポジトリのメインページにアクセスしてください。
- リポジトリ名の下で Settings(設定)をクリックしてください。
- [Danger Zone] の下、[Make this repository private] の隣で、[Make private] をクリックします。
- リポジトリをプライベートにすることに関する警告を読みます。
- プライベートにしたいリポジトリの名前を入力します。たとえば、
accountname/reponame
と入力します。 - [I understand, make this repository private] をクリックします。
リポジトリをパブリックにする
- GitHub Enterprise Serverで、リポジトリのメインページにアクセスしてください。
- リポジトリ名の下で Settings(設定)をクリックしてください。
- [Danger Zone] の下、[Make this repository public] の隣で、[Make public] をクリックします。
- リポジトリをパブリックにすることに関する警告を読みます。
- パブリックにしたいリポジトリの名前を入力します。たとえば、
accountname/reponame
と入力します。 - [I understand, make this repository public] をクリックします。
リポジトリをインターナルにする
- GitHub Enterprise Serverで、リポジトリのメインページにアクセスしてください。
- リポジトリ名の下で Settings(設定)をクリックしてください。
- [Danger Zone] の下、[Make this repository internal] の隣で、[Make internal] をクリックします。
- リポジトリをインターナルにすることに関する警告を読みます。
- インターナルにしたいリポジトリの名前を入力します。たとえば、
accountname/reponame
と入力します。 - [I understand, make this repository internal] をクリックします。