Skip to main content
ドキュメントには� �繁に更新が� えられ、その都度公開されています。本ページの翻訳はま� 未完成な部分があることをご了承く� さい。最新の情� �については、英語のドキュメンテーションをご参照く� さい。本ページの翻訳に問題がある� �合はこちらまでご連絡く� さい。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。

ユーザを Organization に変換する

You can convert your personal account into an organization. これにより、Organization に属するリポジトリに対して、より細かく権限を設定できます。

警告: ユーザを Organization に変換する前に、以下の点についてご注意く� さい:

  • You will no longer be able to sign into the converted personal account.
  • You will no longer be able to create or modify gists owned by the converted personal account.
  • Organization をユーザに変換して元に戻すことはできません
  • SSH キー、OAuth トークン、ジョブプロフィール、リアクション、および関連するユーザ情� �は、Organization に移譲されません。 This is only true for the personal account that's being converted, not any of the personal account's collaborators.
  • Any commits made with the converted personal account will no longer be linked to that account. コミットそのものは、そのまま残ります
  • Any forks of private repositories made with the converted personal account will be deleted.

Keep your personal account and create a new organization manually

If you want your organization to have the same name that you are currently using for your personal account, or if you want to keep your personal account's information intact, then you must create a new organization and transfer your repositories to it instead of converting your personal account into an organization.

  1. To retain your current personal account name for your personal use, change the name of your personal account to something new and wonderful.
  2. Create a new organization with the original name of your personal account.
  3. 新しい Organization アカウントにリポジトリを移譲します。

個人アカウントを Organization に自動で変換する

You can also convert your personal account directly into an organization. アカウントを変換すると、以下のことが起こります:

  • リポジトリはそのまま保持されます。他のアカウントに手動で移譲する必要はありません。
  • コラボレーターを、Team に自動的に招待します。コラボレーターの権限は、以前のものがそのまま引き継がれます。
  1. GitHub にサインインし、変換後に Organization やリポジトリにアクセスするために使う、新しい個人アカウントを作成します。

  2. Leave any organizations the personal account you're converting has joined.

  3. 任意のページの右上で、プロフィール画像をクリックし、続いてSettings(設定)をクリックしてく� さい。

    ユーザバーの [Settings(設定)] アイコン

  4. ユーザ設定サイドバーでOrganizationsをクリックしてく� さい。 Organization用のユーザ設定

  5. [Transform account] で、[Turn into an organization] をクリックします。 Organization 変換ボタン

  6. [Account Transformation Warning] ダイアログボックスで、変換に関する情� �を読み、変換を確定します。 このボックスに記載されている情� �は、この記事で上述したものと同じです。 変換に関する警告

  7. [Transform your user into an organization] ページの、[Choose an organization owner] で、前のセクションで作成したセカンダリの個人アカウントか、Organization の管理を信� �して任せられる他のユーザを選択します。 Organization オーナーの追� ページ

  8. 入力を求められた� �合、Organization の新しいプランを選択し、支払い情� �を入力します。

  9. [Create Organization] をクリックします。

  10. Sign in to the new personal account you created in step one, then use the context switcher to access your new organization.

Tip: When you convert a personal account into an organization, we'll add collaborators on repositories that belong to the account to the new organization as outside collaborators. 希望する� �合は、外部コラボレーターを新しい Organization のメンバーに招待できます。 詳しい情� �については「Organization内のロール」を参照してく� さい。

参考リンク