Enrolling in GitHub Team: How is the "This organization belongs to" info used? #65158
-
I am a computer science high-school teacher. As such, I have enrolled to the GitHub education program (and have been approved). I was informed that my membership in the program makes me eligible for a free GitHub Team membership. I would like to enrol in GitHub Team. Once I accessed the GitHub Team homepage and clicked the "Get started with Team" button, I was presented with a form (see the following screenshot) requesting me to enter a few pieces of information One of the mandatory pieces of information I am required to provide is an indication of whether my organization belongs to my personal account or to a business or institution. Why is this piece of information mandatory in order to enrol in GitHub Team? In what way is this information used? I don't know which of the two alternatives (personal account/business or institution) to select. On the one hand, my organization, namely the high-school in which I teach, is an institution. On the other hand, as far as I know my high-school does not have an independent GitHub account. As far as I know I am the only staff member who has created an education GitHub account, and therefore, in a sense, my high-school "lives" in my personal account. In order to select the appropriate alternative, it would help me to know the answers to the two questions posed above:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The information about whether your organization belongs to your personal account or to a business or institution is mandatory in order to enroll in GitHub Team because GitHub needs to know how to manage your organization's access to GitHub's resources. If you select "personal account", GitHub will create a new organization for your high school and give you the role of organization owner. This means that you will have full control over the organization's settings and permissions. If you select "business or institution", GitHub will assume that your high school already has an organization on GitHub. In this case, you will need to provide the organization's name and contact information. GitHub will then verify that you are authorized to create a team for the organization. In your case, since your high school does not have an independent GitHub account, you should select "personal account". This will ensure that you have full control over the organization's settings and permissions. |
Beta Was this translation helpful? Give feedback.
-
GitHub uses this info to determine how to structure access, ownership, and administrative permissions for your organization: If you select "Personal Account": If you select "Business or Institution": |
Beta Was this translation helpful? Give feedback.
The information about whether your organization belongs to your personal account or to a business or institution is mandatory in order to enroll in GitHub Team because GitHub needs to know how to manage your organization's access to GitHub's resources.
If you select "personal account", GitHub will create a new organization for your high school and give you the role of organization owner. This means that you will have full control over the organization's settings and permissions.
If you select "business or institution", GitHub will assume that your high school already has an organization on GitHub. In this case, you will need to provide the organization's name and contact information. GitH…