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

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

GitHub アカウントの種類

Accounts on GitHub Enterprise Server allow you to organize and control access to code.

About accounts on GitHub Enterprise Server

With GitHub Enterprise Server, you can store and collaborate on code. Accounts allow you to organize and control access to that code. There are three types of accounts on GitHub Enterprise Server.

  • Personal accounts
  • Organization アカウント
  • Enterprise アカウント

Every person who uses GitHub Enterprise Server signs into a personal account. An organization account enhances collaboration between multiple personal accounts, and the enterprise account for GitHub Enterprise Serverインスタンス allows central management of multiple organizations.

Personal accounts

Every person who uses GitHub Enterprise Serverインスタンス signs into a personal account. Your personal account is your identity on GitHub Enterprise Serverインスタンス and has a username and profile. For example, see @octocat's profile.

Your personal account can own resources such as repositories, packages, and projects. Any time you take any action on GitHub Enterprise Serverインスタンス, such as creating an issue or reviewing a pull request, the action is attributed to your personal account.

You can create an unlimited number of repositories owned by your personal account, with an unlimited number of collaborators on those repositories.

Tip: Personal accounts are intended for humans, but you can create accounts to automate activity on GitHub Enterprise Server. This type of account is called a machine user. For example, you can create a machine user account to automate continuous integration (CI) workflows.

Organization アカウント

Organizations are shared accounts where an unlimited number of people can collaborate across many projects at once.

Like personal accounts, organizations can own resources such as repositories, packages, and projects. However, you cannot sign into an organization. Instead, each person signs into their own personal account, and any actions the person takes on organization resources are attributed to their personal account. Each personal account can be a member of multiple organizations.

The personal accounts within an organization can be given different roles in the organization, which grant different levels of access to the organization and its data. All members can collaborate with each other in repositories and projects, but only organization owners and security managers can manage the settings for the organization and control access to the organization's data with sophisticated security and administrative features. For more information, see "Roles in an organization" and "Keeping your organization secure."

Diagram showing that users must sign in to their personal account to access an organization's resources

You can also create nested sub-groups of organization members called teams, to reflect your group's structure and simplify access management. 詳細は「Team について」を参照してく� さい。

For more information about all the features of organizations, see "About organizations."

Enterprise アカウント

Your enterprise account is a collection of all the organizations on GitHub Enterprise Serverインスタンス. You can use your enterprise account to centrally manage policy and billing. Unlike organizations, enterprise accounts cannot directly own resources like repositories, packages, or projects. These resources are owned by organizations within the enterprise account instead. 詳細は「Enterprise アカウントについて」を参照してく� さい。

参考リンク