зеркало из https://github.com/github/docs.git
Removed duplicate reusable directory
This commit is contained in:
Родитель
cdde0a765b
Коммит
40e926a4c1
|
@ -36,7 +36,7 @@ When you sign up for an account, {% data variables.product.product_name %} provi
|
|||
|
||||
### Setting a profile picture
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under **Profile Picture**, click {% octicon "pencil" aria-label="The edit icon" %} **Edit**.
|
||||
![Edit profile picture](/assets/images/help/profile/edit-profile-photo.png)
|
||||
3. Click **Upload a photo...**.
|
||||
|
@ -46,7 +46,7 @@ When you sign up for an account, {% data variables.product.product_name %} provi
|
|||
|
||||
### Resetting your profile picture to the identicon
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under **Profile Picture**, click {% octicon "pencil" aria-label="The edit icon" %} **Edit**.
|
||||
![Edit profile picture](/assets/images/help/profile/edit-profile-photo.png)
|
||||
3. To revert to your identicon, click **Remove photo**. If your email address is associated with a [Gravatar](https://en.gravatar.com/), you cannot revert to your identicon. Click **Revert to Gravatar** instead.
|
||||
|
@ -64,7 +64,7 @@ You can change the name that is displayed on your profile. This name may also be
|
|||
{% endnote %}
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under "Name", type the name you want to be displayed on your profile.
|
||||
![Name field in profile settings](/assets/images/help/profile/name-field.png)
|
||||
|
||||
|
@ -85,7 +85,7 @@ For a longer-form and more prominent way of displaying customized information ab
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under **Bio**, add the content that you want displayed on your profile. The bio field is limited to 160 characters.
|
||||
![Update bio on profile](/assets/images/help/profile/bio-field.png)
|
||||
|
||||
|
@ -148,7 +148,7 @@ When you participate in certain programs, {% data variables.product.prodname_dot
|
|||
|
||||
You can disable some of the badges for {% data variables.product.prodname_dotcom %} programs you're participating in, including the PRO, {% data variables.product.prodname_arctic_vault %} and Mars 2020 Helicopter Contributor badges.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under "Profile settings", deselect the badge you want you disable.
|
||||
![Checkbox to no longer display a badge on your profile](/assets/images/help/profile/profile-badge-settings.png)
|
||||
3. Click **Update preferences**.
|
||||
|
|
|
@ -29,11 +29,11 @@ To request access to manage repositories as a successor, contact [GitHub Support
|
|||
## Inviting a successor
|
||||
The person you invite to be your successor must have a {% data variables.product.company_short %} account.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.account_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.account_settings %}
|
||||
3. Under "Successor settings", to invite a successor, begin typing a username, full name, or email address, then click their name when it appears.
|
||||
![Successor invitation search field](/assets/images/help/settings/settings-invite-successor-search-field.png)
|
||||
4. Click **Add successor**.
|
||||
{% data reusables.user_settings.sudo-mode-popup %}
|
||||
{% data reusables.user-settings.sudo-mode-popup %}
|
||||
5. The user you've invited will be listed as "Pending" until they agree to become your successor.
|
||||
![Pending successor invitation](/assets/images/help/settings/settings-pending-successor.png)
|
||||
|
|
|
@ -19,7 +19,7 @@ topics:
|
|||
- Repositories
|
||||
shortTitle: Remove yourself
|
||||
---
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
|
||||
2. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "repo" aria-label="The repo icon" %} Repositories**.
|
||||
{% else %}
|
||||
|
|
|
@ -19,17 +19,17 @@ shortTitle: Add an email address
|
|||
{% note %}
|
||||
|
||||
**Notes**:
|
||||
- {% data reusables.user_settings.no-verification-disposable-emails %}
|
||||
- {% data reusables.user-settings.no-verification-disposable-emails %}
|
||||
- If you're a member of an {% data variables.product.prodname_emu_enterprise %}, you cannot make changes to your email address on {% data variables.product.prodname_dotcom_the_website %}. {% data reusables.enterprise-accounts.emu-more-info-account %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user_settings.add_and_verify_email %}
|
||||
{% data reusables.user_settings.select_primary_email %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
{% data reusables.user-settings.add_and_verify_email %}
|
||||
{% data reusables.user-settings.select_primary_email %}
|
||||
|
||||
## Further reading
|
||||
|
||||
|
|
|
@ -15,11 +15,11 @@ shortTitle: Block push with personal email
|
|||
---
|
||||
When you push commits from the command line, the email address that you've [set in Git](/articles/setting-your-commit-email-address) is associated with your commits. If you enable this setting, each time you push to GitHub, we’ll check the most recent commit. If the author email on that commit is a private email on your GitHub account, we will block the push and warn you about exposing your private email.
|
||||
|
||||
{% data reusables.user_settings.about-commit-email-addresses %}
|
||||
{% data reusables.user-settings.about-commit-email-addresses %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user_settings.keeping_your_email_address_private %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
{% data reusables.user-settings.keeping_your_email_address_private %}
|
||||
4. To keep your email address private in commits you push from the command line, select **Block command line pushes that expose my email**.
|
||||
![Option to block command line pushes that expose your emails](/assets/images/help/settings/email_privacy_block_command_line_pushes.png)
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ shortTitle: Primary email address
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
3. If you'd like to add a new email address to set as your primary email address, under "Add email address", type a new email address and click **Add**.
|
||||
![Add another email address button](/assets/images/help/settings/add_another_email_address.png)
|
||||
4. Under "Primary email address", use the drop-down menu to click the email address you'd like to set as your primary email address, and click **Save**.
|
||||
|
|
|
@ -21,8 +21,8 @@ shortTitle: Marketing emails
|
|||
|
||||
{% endtip %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
3. Under *Email preferences*, select **Only receive account related emails, and those I subscribe to**.
|
||||
![Screenshot of opting out of marketing email](/assets/images/help/notifications/email_preferences.png)
|
||||
4. Click **Save email preferences**.
|
||||
|
|
|
@ -15,8 +15,8 @@ topics:
|
|||
- Notifications
|
||||
shortTitle: Set backup email address
|
||||
---
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
3. Under "Backup email address," select the address you want to set as your backup email address using the drop-down menu.
|
||||
![Backup email address](/assets/images/help/settings/backup-email-address.png)
|
||||
4. Click **Save**.
|
||||
|
|
|
@ -34,7 +34,7 @@ For web-based Git operations, you can set your commit email address on {% ifvers
|
|||
|
||||
{% note %}
|
||||
|
||||
**Note**: {% data reusables.user_settings.no-verification-disposable-emails %}
|
||||
**Note**: {% data reusables.user-settings.no-verification-disposable-emails %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
|
@ -60,11 +60,11 @@ If you use your `noreply` email address for {% data variables.product.product_na
|
|||
|
||||
{% data reusables.files.commit-author-email-options %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user_settings.add_and_verify_email %}
|
||||
{% data reusables.user_settings.select_primary_email %}{% ifversion fpt or ghec %}
|
||||
{% data reusables.user_settings.keeping_your_email_address_private %}{% endif %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
{% data reusables.user-settings.add_and_verify_email %}
|
||||
{% data reusables.user-settings.select_primary_email %}{% ifversion fpt or ghec %}
|
||||
{% data reusables.user-settings.keeping_your_email_address_private %}{% endif %}
|
||||
|
||||
## Setting your commit email address in Git
|
||||
|
||||
|
@ -73,16 +73,16 @@ You can use the `git config` command to change the email address you associate w
|
|||
### Setting your email address for every repository on your computer
|
||||
|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
2. {% data reusables.user_settings.set_your_email_address_in_git %}
|
||||
2. {% data reusables.user-settings.set_your_email_address_in_git %}
|
||||
```shell
|
||||
$ git config --global user.email "<em>email@example.com</em>"
|
||||
```
|
||||
3. {% data reusables.user_settings.confirm_git_email_address_correct %}
|
||||
3. {% data reusables.user-settings.confirm_git_email_address_correct %}
|
||||
```shell
|
||||
$ git config --global user.email
|
||||
<span class="output">email@example.com</span>
|
||||
```
|
||||
4. {% data reusables.user_settings.link_email_with_your_account %}
|
||||
4. {% data reusables.user-settings.link_email_with_your_account %}
|
||||
|
||||
### Setting your email address for a single repository
|
||||
|
||||
|
@ -92,13 +92,13 @@ You can change the email address associated with commits you make in a single re
|
|||
|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
2. Change the current working directory to the local repository where you want to configure the email address that you associate with your Git commits.
|
||||
3. {% data reusables.user_settings.set_your_email_address_in_git %}
|
||||
3. {% data reusables.user-settings.set_your_email_address_in_git %}
|
||||
```shell
|
||||
$ git config user.email "<em>email@example.com</em>"
|
||||
```
|
||||
4. {% data reusables.user_settings.confirm_git_email_address_correct %}
|
||||
4. {% data reusables.user-settings.confirm_git_email_address_correct %}
|
||||
```shell
|
||||
$ git config user.email
|
||||
<span class="output">email@example.com</span>
|
||||
```
|
||||
5. {% data reusables.user_settings.link_email_with_your_account %}
|
||||
5. {% data reusables.user-settings.link_email_with_your_account %}
|
||||
|
|
|
@ -74,8 +74,8 @@ After changing your username, links to your previous profile page, such as `http
|
|||
|
||||
## Changing your username
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.account_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.account_settings %}
|
||||
3. In the "Change username" section, click **Change username**.
|
||||
![Change Username button](/assets/images/help/settings/settings-change-username.png){% ifversion fpt or ghec %}
|
||||
4. Read the warnings about changing your username. If you still want to change your username, click **I understand, let's change my username**.
|
||||
|
|
|
@ -45,8 +45,8 @@ You can also convert your personal user account directly into an organization. C
|
|||
|
||||
1. Create a new personal account, which you'll use to sign into GitHub and access the organization and your repositories after you convert.
|
||||
2. [Leave any organizations](/articles/removing-yourself-from-an-organization) the user account you're converting has joined.
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.organizations %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.organizations %}
|
||||
5. Under "Transform account", click **Turn <username> into an organization**.
|
||||
![Organization conversion button](/assets/images/help/settings/convert-to-organization.png)
|
||||
6. In the Account Transformation Warning dialog box, review and confirm the conversion. Note that the information in this box is the same as the warning at the top of this article.
|
||||
|
|
|
@ -37,8 +37,8 @@ Before you delete your user account, make a copy of all repositories, private fo
|
|||
|
||||
## Delete your user account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.account_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.account_settings %}
|
||||
3. At the bottom of the Account Settings page, under "Delete account", click **Delete your account**. Before you can delete your user account:
|
||||
- If you're the only owner in the organization, you must transfer ownership to another person or delete your organization.
|
||||
- If there are other organization owners in the organization, you must remove yourself from the organization.
|
||||
|
|
|
@ -10,8 +10,8 @@ versions:
|
|||
ghae: '*'
|
||||
shortTitle: Integrate Jira with projects
|
||||
---
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.developer_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.developer_settings %}
|
||||
{% data reusables.user-settings.oauth_apps %}
|
||||
1. Click **Register a new application**.
|
||||
2. Under **Application name**, type "Jira".
|
||||
|
@ -21,7 +21,7 @@ shortTitle: Integrate Jira with projects
|
|||
![Register application button](/assets/images/help/oauth/register-application-button.png)
|
||||
8. Under **Developer applications**, note the "Client ID" and "Client Secret" values.
|
||||
![Client ID and Client Secret](/assets/images/help/oauth/client-id-and-secret.png)
|
||||
{% data reusables.user_settings.jira_help_docs %}
|
||||
{% data reusables.user-settings.jira_help_docs %}
|
||||
|
||||
## Further reading
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ All keyboard shortcuts are enabled by default on {% data variables.product.produ
|
|||
|
||||
## Managing character key shortcuts
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.accessibility_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.accessibility_settings %}
|
||||
1. Select or deselect the **Enable character key shortcuts** checkbox.
|
||||
![Screenshot of the 'Enable character key shortcuts' checkbox](/assets/images/help/settings/disable-character-key-shortcuts.png)
|
||||
2. Click **Save**.
|
||||
|
|
|
@ -28,8 +28,8 @@ For an overview of repository-level security, see "[Securing your repository](/c
|
|||
|
||||
## Enabling or disabling features for existing repositories
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security-analysis %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security-analysis %}
|
||||
3. Under "Configure security and analysis features", to the right of the feature, click **Disable all** or **Enable all**.
|
||||
{% ifversion ghes > 3.2 %}!["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/enterprise/3.3/settings/security-and-analysis-disable-or-enable-all.png){% else %}!["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/help/settings/security-and-analysis-disable-or-enable-all.png){% endif %}
|
||||
6. Optionally, enable the feature by default for new repositories that you own.
|
||||
|
@ -41,8 +41,8 @@ For an overview of repository-level security, see "[Securing your repository](/c
|
|||
|
||||
## Enabling or disabling features for new repositories
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security-analysis %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security-analysis %}
|
||||
3. Under "Configure security and analysis features", to the right of the feature, enable or disable the feature by default for new repositories that you own.
|
||||
{% ifversion ghes > 3.2 %}![Checkbox for enabling or disabling a feature for new repositories](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% else %}![Checkbox for enabling or disabling a feature for new repositories](/assets/images/help/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% endif %}
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ When you create a new repository on {% data variables.product.product_location %
|
|||
|
||||
## Setting the default branch name
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.repo-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.repo-tab %}
|
||||
3. Under "Repository default branch", click **Change default branch name now**.
|
||||
![Override button](/assets/images/help/settings/repo-default-name-button.png)
|
||||
4. Type the default name that you would like to use for new branches.
|
||||
|
|
|
@ -13,7 +13,7 @@ shortTitle: Managing your tab size
|
|||
|
||||
If you feel that tabbed indentation in code rendered on {% data variables.product.product_name %} takes up too much, or too little space, you can change this in your settings.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
1. In the left sidebar, click **{% octicon "paintbrush" aria-label="The paintbrush icon" %} Appearance**.
|
||||
2. Under "Tab size preference", select the drop-down menu and choose your preference.
|
||||
![Tab size preference button](/assets/images/help/settings/tab-size-preference.png )
|
||||
|
|
|
@ -28,8 +28,8 @@ You may want to use a dark theme to reduce power consumption on certain devices,
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.appearance-settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.appearance-settings %}
|
||||
|
||||
1. Under "Theme mode", select the drop-down menu, then click a theme preference.
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ The [GitHub Jobs](https://jobs.github.com/) board is a great way to find employm
|
|||
|
||||
![GitHub Jobs ads on the dashboard](/assets/images/help/settings/jobs-ads-on-dashboard.png)
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
2. Under Jobs Profile, select **Available for hire**, then click **Save jobs profile**.
|
||||
![Jobs profile settings](/assets/images/help/settings/jobs-profile-settings.png)
|
||||
|
|
|
@ -23,4 +23,4 @@ topics:
|
|||
{% endtip %}
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
|
|
|
@ -23,7 +23,7 @@ You can set scheduled reminders for personal or team-level review requests for p
|
|||
|
||||
## Creating scheduled reminders for your user account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.reminders.scheduled-reminders %}
|
||||
1. Next to the organization you'd like to schedule reminders for, click **Edit**.
|
||||
![Scheduled reminders edit button](/assets/images/help/settings/scheduled-reminders-org-choice.png)
|
||||
|
@ -40,7 +40,7 @@ You can set scheduled reminders for personal or team-level review requests for p
|
|||
{% data reusables.reminders.create-reminder %}
|
||||
|
||||
## Managing scheduled reminders for your user account
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.reminders.scheduled-reminders %}
|
||||
1. Next to the organization you'd like to edit scheduled reminders for, click **Edit**.
|
||||
![Scheduled reminders edit button](/assets/images/help/settings/scheduled-reminders-org-choice.png)
|
||||
|
@ -48,7 +48,7 @@ You can set scheduled reminders for personal or team-level review requests for p
|
|||
{% data reusables.reminders.update-buttons %}
|
||||
|
||||
## Deleting scheduled reminders for your user account
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.reminders.scheduled-reminders %}
|
||||
1. Next to the organization you'd like to delete reminders for, click **Edit**.
|
||||
![Scheduled reminders edit button](/assets/images/help/settings/scheduled-reminders-org-choice.png)
|
||||
|
|
|
@ -20,7 +20,7 @@ shortTitle: Show or hide membership
|
|||
## Changing the visibility of your organization membership
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
4. Locate your username in the list of members. If the list is large, you can search for your username in the search box.
|
||||
![Organization member search box](/assets/images/help/organizations/member-search-box.png)
|
||||
|
|
|
@ -27,7 +27,7 @@ For more information, see "[Transferring organization ownership](/articles/trans
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.organizations %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.organizations %}
|
||||
3. Under "Organizations", find the organization you'd like to remove yourself from, then click **Leave**.
|
||||
![Leave organization button with roles shown](/assets/images/help/organizations/context-leave-organization-with-roles-shown.png)
|
||||
|
|
|
@ -16,9 +16,9 @@ shortTitle: Request OAuth App approval
|
|||
---
|
||||
## Requesting organization approval for an {% data variables.product.prodname_oauth_app %} you've already authorized for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.access_applications %}
|
||||
{% data reusables.user_settings.access_authorized_oauth_apps %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.access_applications %}
|
||||
{% data reusables.user-settings.access_authorized_oauth_apps %}
|
||||
3. In the list of applications, click the name of the {% data variables.product.prodname_oauth_app %} you'd like to request access for.
|
||||
![View application button](/assets/images/help/settings/settings-third-party-view-app.png)
|
||||
4. Next to the organization you'd like the {% data variables.product.prodname_oauth_app %} to access, click **Request access**.
|
||||
|
|
|
@ -20,7 +20,7 @@ shortTitle: View people in an organization
|
|||
## View organization roles
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
4. You will see a list of the people in your organization. To filter the list by role, click **Role** and select the role you're searching for.
|
||||
![click-role](/assets/images/help/organizations/view-list-of-people-in-org-by-role.png)
|
||||
|
@ -55,7 +55,7 @@ To review all roles in an organization, see "[Roles in an organization](/organiz
|
|||
For more information about the enterprise owner role, see "[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
4. In the left sidebar, under "Enterprise permissions", click **Enterprise owners**.
|
||||
![Screenshot of "Enterprise owners" option in sidebar menu](/assets/images/help/organizations/enterprise-owners-sidebar.png)
|
||||
|
|
|
@ -65,7 +65,7 @@ When you push an Okta group and map the group to a team, all of the group's memb
|
|||
You can map a team in your enterprise to an Okta group you previously pushed to {% data variables.product.prodname_ghe_managed %}. Members of the Okta group will then automatically becomes members of the {% data variables.product.prodname_ghe_managed %} team. Any subsequent changes to the Okta group's membership are automatically synchronized with the {% data variables.product.prodname_ghe_managed %} team.
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.specific_team %}
|
||||
{% data reusables.organizations.team_settings %}
|
||||
6. Under "Identity Provider Group", select the drop-down menu and click an identity provider group.
|
||||
|
|
|
@ -36,10 +36,10 @@ To configure provisioning for your {% data variables.product.prodname_emu_enterp
|
|||
{% endwarning %}
|
||||
|
||||
1. Sign into {% data variables.product.prodname_dotcom_the_website %} as the setup user for your new enterprise with the username **@<em>SHORT-CODE</em>_admin**.
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.developer_settings %}
|
||||
{% data reusables.user_settings.personal_access_tokens %}
|
||||
{% data reusables.user_settings.generate_new_token %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.developer_settings %}
|
||||
{% data reusables.user-settings.personal_access_tokens %}
|
||||
{% data reusables.user-settings.generate_new_token %}
|
||||
1. Under **Note**, give your token a descriptive name.
|
||||
![Screenshot showing the token's name](/assets/images/help/enterprises/emu-pat-name.png)
|
||||
1. Select the **Expiration** drop-down menu, then click **No expiration**.
|
||||
|
|
|
@ -37,7 +37,7 @@ To manage repository access for any team in your enterprise, including teams con
|
|||
Any member of an organization can create a new team and connect the team to an IdP group.
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.new_team %}
|
||||
{% data reusables.organizations.team_name %}
|
||||
{% data reusables.organizations.team_description %}
|
||||
|
|
|
@ -25,7 +25,7 @@ Each team has its own individually defined [access permissions for repositories
|
|||
## Setting up a team
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.specific_team %}
|
||||
{% data reusables.organizations.invite_to_team %}
|
||||
{% data reusables.organizations.review-team-repository-access %}
|
||||
|
|
|
@ -25,7 +25,7 @@ Organizations can create multiple levels of nested teams to reflect a company or
|
|||
A prudent combination of teams is a powerful way to control repository access. For example, if your organization allows only your release engineering team to push code to the default branch of any repository, you could give only the release engineering team **admin** permissions to your organization's repositories and give all other teams **read** permissions.
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.new_team %}
|
||||
{% data reusables.organizations.team_name %}
|
||||
{% data reusables.organizations.team_description %}
|
||||
|
@ -54,7 +54,7 @@ You must be a site admin and an organization owner to create a team with LDAP sy
|
|||
|
||||
1. Ensure that [LDAP Sync is enabled](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync).
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.new_team %}
|
||||
{% data reusables.organizations.team_name %}
|
||||
6. Search for an LDAP group's DN to map the team to. If you don't know the DN, type the LDAP group's name. {% data variables.product.prodname_ghe_server %} will search for and autocomplete any matches.
|
||||
|
|
|
@ -38,7 +38,7 @@ To remove an existing member of a team synced to an LDAP group, contact your LDA
|
|||
{% endif %}
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.specific_team %}
|
||||
4. Select the person or people you'd like to remove.
|
||||
![Check box next to organization member](/assets/images/help/teams/team-member-check-box.png)
|
||||
|
@ -48,7 +48,7 @@ To remove an existing member of a team synced to an LDAP group, contact your LDA
|
|||
## Removing a user from an organization
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
4. Next to the name of the users you want to remove from the organization, click the check box.
|
||||
![Remove user checkbox](/assets/images/help/organizations/Organization-remove-user.png)
|
||||
|
|
|
@ -16,9 +16,9 @@ You can authorize an existing personal access token, or [create a new personal a
|
|||
|
||||
{% data reusables.saml.authorized-creds-info %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.developer_settings %}
|
||||
{% data reusables.user_settings.personal_access_tokens %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.developer_settings %}
|
||||
{% data reusables.user-settings.personal_access_tokens %}
|
||||
3. Next to the token you'd like to authorize, click **Configure SSO**.
|
||||
![Screenshot of the dropdown menu to configure SSO for a personal access token](/assets/images/help/settings/sso-allowlist-button.png)
|
||||
4. To the right of the organization you'd like to authorize the token for, click **Authorize**.
|
||||
|
|
|
@ -22,8 +22,8 @@ You can authorize an existing SSH key, or create a new SSH key and then authoriz
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. Next to the SSH key you'd like to authorize, click **Enable SSO** or **Disable SSO**.
|
||||
![SSO token authorize button](/assets/images/help/settings/ssh-sso-button.png)
|
||||
4. Find the organization you'd like to authorize the SSH key for.
|
||||
|
|
|
@ -11,8 +11,8 @@ topics:
|
|||
- SSO
|
||||
shortTitle: Active SAML sessions
|
||||
---
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
3. Under "Sessions," you can see your active SAML sessions.
|
||||
![List of active SAML sessions](/assets/images/help/settings/saml-active-sessions.png)
|
||||
4. To see the session details, click **See more**.
|
||||
|
|
|
@ -41,8 +41,8 @@ After adding a new SSH key to your account on {% ifversion ghae %}{% data variab
|
|||
|
||||
{% endtip %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
4. Click **New SSH key** or **Add SSH key**.
|
||||
![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key.png)
|
||||
5. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal Mac, you might call this key "Personal MacBook Air".
|
||||
|
@ -50,7 +50,7 @@ After adding a new SSH key to your account on {% ifversion ghae %}{% data variab
|
|||
![The key field](/assets/images/help/settings/ssh-key-paste.png)
|
||||
7. Click **Add SSH key**.
|
||||
![The Add key button](/assets/images/help/settings/ssh-add-key.png)
|
||||
{% data reusables.user_settings.sudo-mode-popup %}
|
||||
{% data reusables.user-settings.sudo-mode-popup %}
|
||||
|
||||
{% endwebui %}
|
||||
|
||||
|
@ -75,8 +75,8 @@ After adding a new SSH key to your account on {% ifversion ghae %}{% data variab
|
|||
|
||||
{% endtip %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
4. Click **New SSH key** or **Add SSH key**.
|
||||
![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key.png)
|
||||
5. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal Mac, you might call this key "Personal MacBook Air".
|
||||
|
@ -111,8 +111,8 @@ After adding a new SSH key to your account on {% ifversion ghae %}{% data variab
|
|||
|
||||
{% endtip %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
4. Click **New SSH key** or **Add SSH key**.
|
||||
![SSH Key button](/assets/images/help/settings/ssh-add-ssh-key.png)
|
||||
5. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal Mac, you might call this key "Personal MacBook Air".
|
||||
|
|
|
@ -64,7 +64,7 @@ You can work with all repositories on {% data variables.product.product_name %}
|
|||
|
||||
If you authenticate with {% data variables.product.prodname_cli %}, you can either authenticate with a personal access token or via the web browser. For more information about authenticating with {% data variables.product.prodname_cli %}, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login).
|
||||
|
||||
If you authenticate without {% data variables.product.prodname_cli %}, you must authenticate with a personal access token. {% data reusables.user_settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.product_name %}, you'll be prompted to enter your credentials to authenticate with {% data variables.product.product_name %}, unless you cache them a [credential helper](/github/getting-started-with-github/caching-your-github-credentials-in-git).
|
||||
If you authenticate without {% data variables.product.prodname_cli %}, you must authenticate with a personal access token. {% data reusables.user-settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.product_name %}, you'll be prompted to enter your credentials to authenticate with {% data variables.product.product_name %}, unless you cache them a [credential helper](/github/getting-started-with-github/caching-your-github-credentials-in-git).
|
||||
|
||||
### SSH
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ When an {% data variables.product.prodname_oauth_app %} wants to identify you by
|
|||
|
||||
{% tip %}
|
||||
|
||||
**Tip:** {% data reusables.user_settings.review_oauth_tokens_tip %}
|
||||
**Tip:** {% data reusables.user-settings.review_oauth_tokens_tip %}
|
||||
|
||||
{% endtip %}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ There are several types of data that applications can request.
|
|||
|
||||
{% tip %}
|
||||
|
||||
**Tip:** {% data reusables.user_settings.review_oauth_tokens_tip %}
|
||||
**Tip:** {% data reusables.user-settings.review_oauth_tokens_tip %}
|
||||
|
||||
{% endtip %}
|
||||
|
||||
|
|
|
@ -30,17 +30,17 @@ Personal access tokens (PATs) are an alternative to using passwords for authenti
|
|||
|
||||
{% ifversion fpt or ghec %}If you want to use a PAT to access resources owned by an organization that uses SAML SSO, you must authorize the PAT. For more information, see "[About authentication with SAML single sign-on](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on)" and "[Authorizing a personal access token for use with SAML single sign-on](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}{% endif %}
|
||||
|
||||
{% ifversion fpt or ghec %}{% data reusables.user_settings.removes-personal-access-tokens %}{% endif %}
|
||||
{% ifversion fpt or ghec %}{% data reusables.user-settings.removes-personal-access-tokens %}{% endif %}
|
||||
|
||||
A token with no assigned scopes can only access public information. To use your token to access repositories from the command line, select `repo`. For more information, see "[Available scopes](/apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes)".
|
||||
|
||||
## Creating a token
|
||||
|
||||
{% ifversion fpt or ghec %}1. [Verify your email address](/github/getting-started-with-github/verifying-your-email-address), if it hasn't been verified yet.{% endif %}
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.developer_settings %}
|
||||
{% data reusables.user_settings.personal_access_tokens %}
|
||||
{% data reusables.user_settings.generate_new_token %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.developer_settings %}
|
||||
{% data reusables.user-settings.personal_access_tokens %}
|
||||
{% data reusables.user-settings.generate_new_token %}
|
||||
5. Give your token a descriptive name.
|
||||
![Token description field](/assets/images/help/settings/token_description.png){% ifversion fpt or ghes > 3.2 or ghae-issue-4374 or ghec %}
|
||||
6. To give your token an expiration, select the **Expiration** drop-down menu, then click a default or use the calendar picker.
|
||||
|
|
|
@ -30,7 +30,7 @@ To keep your account secure, we recommend you follow these best practices:
|
|||
|
||||
You can only use your password to log on to {% data variables.product.product_name %} using your browser. When you authenticate to {% data variables.product.product_name %} with other means, such as the command line or API, you should use other credentials. For more information, see "[About authentication to {% data variables.product.prodname_dotcom %}](/github/authenticating-to-github/about-authentication-to-github)."
|
||||
|
||||
{% ifversion fpt or ghec %}{% data reusables.user_settings.password-authentication-deprecation %}{% endif %}
|
||||
{% ifversion fpt or ghec %}{% data reusables.user-settings.password-authentication-deprecation %}{% endif %}
|
||||
|
||||
## Further reading
|
||||
|
||||
|
|
|
@ -15,10 +15,10 @@ topics:
|
|||
- Access management
|
||||
shortTitle: Review OAuth apps
|
||||
---
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.access_applications %}
|
||||
{% data reusables.user_settings.access_authorized_oauth_apps %}
|
||||
{% data reusables.user_settings.review-oauth-apps %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.access_applications %}
|
||||
{% data reusables.user-settings.access_authorized_oauth_apps %}
|
||||
{% data reusables.user-settings.review-oauth-apps %}
|
||||
|
||||
## Further reading
|
||||
{% ifversion fpt or ghec %}
|
||||
|
|
|
@ -17,15 +17,15 @@ shortTitle: Authorized integrations
|
|||
---
|
||||
## Reviewing your authorized {% data variables.product.prodname_oauth_apps %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.access_applications %}
|
||||
{% data reusables.user_settings.access_authorized_oauth_apps %}
|
||||
{% data reusables.user_settings.review-oauth-apps %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.access_applications %}
|
||||
{% data reusables.user-settings.access_authorized_oauth_apps %}
|
||||
{% data reusables.user-settings.review-oauth-apps %}
|
||||
|
||||
## Reviewing your authorized {% data variables.product.prodname_github_apps %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.access_applications %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.access_applications %}
|
||||
3. Click the **Authorized {% data variables.product.prodname_github_apps %}** tab.
|
||||
![Authorized {% data variables.product.prodname_github_apps %} tab](/assets/images/help/settings/settings-authorized-github-apps-tab.png)
|
||||
3. Review the {% data variables.product.prodname_github_apps %} that have access to your account. For those that you don't recognize or that are out of date, click **Revoke**. To revoke all {% data variables.product.prodname_github_apps %}, click **Revoke all**.
|
||||
|
|
|
@ -20,7 +20,7 @@ shortTitle: Security log
|
|||
|
||||
The security log lists all actions performed within the last 90 days.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
|
||||
1. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**.
|
||||
{% else %}
|
||||
|
|
|
@ -20,8 +20,8 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
|
|||
|
||||
{% mac %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**.
|
||||
![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png)
|
||||
|
||||
|
@ -47,8 +47,8 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
|
|||
|
||||
{% windows %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**.
|
||||
![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png)
|
||||
|
||||
|
@ -76,8 +76,8 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
|
|||
|
||||
{% linux %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. On the SSH Settings page, take note of the SSH keys associated with your account. For those that you don't recognize, or that are out-of-date, click **Delete**. If there are valid SSH keys you'd like to keep, click **Approve**.
|
||||
![SSH key list](/assets/images/help/settings/settings-ssh-key-review.png)
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ To avoid losing your password in the future, we suggest using a secure password
|
|||
{% data reusables.repositories.blocked-passwords %}
|
||||
|
||||
1. {% data variables.product.signin_link %} to {% data variables.product.product_name %}.
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
4. Under "Change password", type your old password, a strong new password, and confirm your new password. For help creating a strong password, see "[Creating a strong password](/articles/creating-a-strong-password)"
|
||||
5. Click **Update password**.
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ When verifying a signature, we extract the signature and attempt to parse its ke
|
|||
|
||||
## Adding a GPG key
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. Click **New GPG key**.
|
||||
![GPG Key button](/assets/images/help/settings/gpg-add-gpg-key.png)
|
||||
4. In the "Key" field, paste the GPG key you copied when you [generated your GPG key](/articles/generating-a-new-gpg-key).
|
||||
|
|
|
@ -32,8 +32,8 @@ You should only enable vigilant mode if you sign all of your commits and tags an
|
|||
|
||||
## Enabling vigilant mode
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
3. On the SSH Settings page, under "Vigilant mode," select **Flag unsigned commits as unverified**.
|
||||
|
||||
![Flag unsigned commits as unverified checkbox](/assets/images/help/commits/vigilant-mode-checkbox.png)
|
||||
|
|
|
@ -19,8 +19,8 @@ shortTitle: Change 2FA delivery method
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
3. Next to "SMS delivery", click **Edit**.
|
||||
![Edit SMS delivery options](/assets/images/help/2fa/edit-sms-delivery-option.png)
|
||||
4. Under "Delivery options", click **Reconfigure two-factor authentication**.
|
||||
|
|
|
@ -30,8 +30,8 @@ To keep your account secure, don't share or distribute your recovery codes. We r
|
|||
|
||||
If you generate new recovery codes or disable and re-enable 2FA, the recovery codes in your security settings automatically update.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
{% data reusables.two_fa.show-recovery-codes %}
|
||||
4. Save your recovery codes in a safe place. Your recovery codes can help you get back into your account if you lose access.
|
||||
- To save your recovery codes on your device, click **Download**.
|
||||
|
@ -43,8 +43,8 @@ If you generate new recovery codes or disable and re-enable 2FA, the recovery co
|
|||
|
||||
Once you use a recovery code to regain access to your account, it cannot be reused. If you've used all 16 recovery codes, you can generate another list of codes. Generating a new set of recovery codes will invalidate any codes you previously generated.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
{% data reusables.two_fa.show-recovery-codes %}
|
||||
3. To create another batch of recovery codes, click **Generate new recovery codes**.
|
||||
![Generate new recovery codes button](/assets/images/help/2fa/generate-new-recovery-codes.png)
|
||||
|
@ -69,8 +69,8 @@ You can use a fallback number regardless of whether you've configured authentica
|
|||
|
||||
{% endwarning %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
3. Next to "Fallback SMS number", click **Add**.
|
||||
![Add fallback SMS number button](/assets/images/help/2fa/add-fallback-sms-number-button.png)
|
||||
4. Under "Fallback SMS number", click **Add fallback SMS number**.
|
||||
|
|
|
@ -49,8 +49,8 @@ A time-based one-time password (TOTP) application automatically generates an aut
|
|||
{% endtip %}
|
||||
|
||||
1. Download a TOTP app.
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
{% data reusables.two_fa.enable-two-factor-authentication %}
|
||||
{%- ifversion fpt or ghes > 3.1 %}
|
||||
5. Under "Two-factor authentication", select **Set up using an app** and click **Continue**.
|
||||
|
@ -92,8 +92,8 @@ Before using this method, be sure that you can receive text messages. Carrier ra
|
|||
|
||||
{% endwarning %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
{% data reusables.two_fa.enable-two-factor-authentication %}
|
||||
4. Under "Two-factor authentication", select **Set up using SMS** and click **Continue**.
|
||||
5. Under "Authentication verification", select your country code and type your mobile phone number, including the area code. When your information is correct, click **Send authentication code**.
|
||||
|
@ -118,8 +118,8 @@ Authentication with a security key is *secondary* to authentication with a TOTP
|
|||
|
||||
1. You must have already configured 2FA via a TOTP mobile app{% ifversion fpt or ghec %} or via SMS{% endif %}.
|
||||
2. Ensure that you have a WebAuthn compatible security key inserted into your computer.
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
5. Next to "Security keys", click **Add**.
|
||||
![Add security keys option](/assets/images/help/2fa/add-security-keys-option.png)
|
||||
6. Under "Security keys", click **Register new security key**.
|
||||
|
|
|
@ -27,8 +27,8 @@ To remove yourself from your organization:
|
|||
- As an organization member or owner, see "[Removing yourself from an organization](/articles/removing-yourself-from-an-organization/)."
|
||||
- As an outside collaborator, ask an organization owner or repository administrator to remove you from the organization's repositories. For more information, see "[Viewing people's roles in an organization](/articles/viewing-people-s-roles-in-an-organization)" and "[Removing an outside collaborator from an organization repository](/articles/removing-an-outside-collaborator-from-an-organization-repository/)."
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.security %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.security %}
|
||||
3. Click **Disable**.
|
||||
![Disable two-factor authentication button](/assets/images/help/2fa/disable-two-factor-authentication.png)
|
||||
|
||||
|
|
|
@ -153,8 +153,8 @@ You must provide your public key to {% data variables.product.product_name %} to
|
|||
> 2048 <em>SHA256:274ffWxgaxq/tSINAykStUL7XWyRNcRTlcST1Ei7gBQ</em> /Users/<em>USERNAME</em>/.ssh/id_rsa (RSA)
|
||||
```
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
6. Compare the list of SSH keys with the output from the `ssh-add` command.
|
||||
![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png)
|
||||
|
||||
|
@ -174,8 +174,8 @@ You must provide your public key to {% data variables.product.product_name %} to
|
|||
> 2048 <em>SHA256:274ffWxgaxq/tSINAykStUL7XWyRNcRTlcST1Ei7gBQ</em> /Users/<em>USERNAME</em>/.ssh/id_rsa (RSA)
|
||||
```
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
6. Compare the list of SSH keys with the output from the `ssh-add` command.
|
||||
![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png)
|
||||
|
||||
|
@ -201,8 +201,8 @@ You must provide your public key to {% data variables.product.product_name %} to
|
|||
> 2048 <em>MD5:a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d</em> /Users/<em>USERNAME</em>/.ssh/id_rsa (RSA)
|
||||
```
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.ssh %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.ssh %}
|
||||
6. Compare the list of SSH keys with the output from the `ssh-add` command.
|
||||
![SSH key listing in {% data variables.product.product_name %}](/assets/images/help/settings/ssh_key_listing.png)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ shortTitle: About Git LFS billing
|
|||
|
||||
{% data reusables.large_files.owner_quota_only %}
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
## Purchasing additional storage and bandwidth
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ When you downgrade your number of data packs, your change takes effect on your n
|
|||
|
||||
## Downgrading storage and bandwidth for a personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.lfs-remove-data %}
|
||||
{% data reusables.large_files.downgrade_data_packs %}
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ shortTitle: Upgrade Git LFS storage
|
|||
---
|
||||
## Purchasing additional storage and bandwidth for a personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.lfs-add-data %}
|
||||
{% data reusables.large_files.pack_selection %}
|
||||
{% data reusables.large_files.pack_confirm %}
|
||||
|
|
|
@ -21,8 +21,8 @@ shortTitle: View Git LFS usage
|
|||
|
||||
## Viewing storage and bandwidth usage for a personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.lfs-data %}
|
||||
|
||||
## Viewing storage and bandwidth usage for an organization
|
||||
|
|
|
@ -65,7 +65,7 @@ The storage used by a repository is the total storage used by {% data variables.
|
|||
|
||||
The number of jobs you can run concurrently across all repositories in your user or organization account depends on your GitHub plan. For more information, see "[Usage limits and billing](/actions/reference/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)" for self-hosted runner usage limits.
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
## Calculating minute and storage spending
|
||||
|
||||
|
|
|
@ -36,8 +36,8 @@ Because you have not enabled overages, your next attempt to create a workflow ar
|
|||
|
||||
Anyone can manage the spending limit for {% data variables.product.prodname_actions %} for their own user account.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.manage-spending-limit %}
|
||||
{% data reusables.dotcom_billing.monthly-spending-limit %}
|
||||
{% data reusables.dotcom_billing.update-spending-limit %}
|
||||
|
|
|
@ -21,8 +21,8 @@ You can also view the billable job execution minutes for an individual workflow
|
|||
|
||||
Anyone can view {% data variables.product.prodname_actions %} usage for their own user account.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.actions-minutes %}
|
||||
{% data reusables.dotcom_billing.actions-packages-storage %}
|
||||
{% data reusables.dotcom_billing.actions-packages-report-download %}
|
||||
|
|
|
@ -40,7 +40,7 @@ When you choose a paid plan with a free trial:
|
|||
- If you have other paid plans or subscriptions, once your 14-day free trial ends, the payment method on file is immediately charged a prorated amount based on the time remaining until your next billing date.
|
||||
- If you have other paid plans or subscriptions, on your next billing date, your receipt lists charges for your paid {% data variables.product.prodname_dotcom %} plan and your app subscription.
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
## Unit plan limits
|
||||
|
||||
|
|
|
@ -27,15 +27,15 @@ When you cancel a free trial on a paid plan, your subscription is immediately ca
|
|||
|
||||
## Canceling an app for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.marketplace.cancel-app-billing-settings %}
|
||||
{% data reusables.marketplace.cancel-app %}
|
||||
|
||||
## Canceling a free trial for an app for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.marketplace.cancel-free-trial-billing-settings %}
|
||||
{% data reusables.marketplace.cancel-app %}
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ When you downgrade an app, your subscription remains active until the end of you
|
|||
|
||||
## Downgrading an app for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.marketplace.downgrade-app-billing-settings %}
|
||||
{% data reusables.marketplace.choose-new-plan %}
|
||||
{% data reusables.marketplace.choose-new-quantity %}
|
||||
|
|
|
@ -22,8 +22,8 @@ When you upgrade an app, your payment method is charged a prorated amount based
|
|||
|
||||
## Upgrading an app for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.marketplace.upgrade-app-billing-settings %}
|
||||
{% data reusables.marketplace.choose-new-plan %}
|
||||
{% data reusables.marketplace.choose-new-quantity %}
|
||||
|
|
|
@ -66,7 +66,7 @@ At the end of the month, {% data variables.product.prodname_dotcom %} rounds you
|
|||
|
||||
Your {% data variables.product.prodname_registry %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %}
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
## About spending limits
|
||||
|
||||
|
|
|
@ -37,8 +37,8 @@ Because you have not enabled overages, your next attempt to publish a version of
|
|||
|
||||
Anyone can manage the spending limit for {% data variables.product.prodname_registry %} for their own user account.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.manage-spending-limit %}
|
||||
{% data reusables.dotcom_billing.monthly-spending-limit %}
|
||||
{% data reusables.dotcom_billing.update-spending-limit %}
|
||||
|
|
|
@ -20,8 +20,8 @@ shortTitle: View your usage
|
|||
|
||||
Anyone can view {% data variables.product.prodname_registry %} usage for their own user account.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.packages-data %}
|
||||
{% data reusables.dotcom_billing.actions-packages-storage %}
|
||||
{% data reusables.dotcom_billing.actions-packages-report-download %}
|
||||
|
|
|
@ -19,7 +19,7 @@ shortTitle: About billing
|
|||
|
||||
{% data reusables.dotcom_billing.view-all-subscriptions %}
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
## Further reading
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ When you downgrade or cancel a sponsorship, the change will become effective on
|
|||
|
||||
## Canceling a sponsorship
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.sponsors.billing-switcher %}
|
||||
3. Under "{% data variables.product.prodname_sponsors %}", to the right of the sponsored open source contributor, click {% octicon "triangle-down" aria-label="The down triangle octicon" %} next to your sponsored amount, then click **Cancel sponsorship**.
|
||||
![Cancel sponsorship button](/assets/images/help/billing/edit-sponsor-billing.png)
|
||||
|
|
|
@ -32,7 +32,7 @@ You can purchase other features and products with your existing {% data variable
|
|||
|
||||
{% data reusables.accounts.accounts-billed-separately %}
|
||||
|
||||
{% data reusables.user_settings.context_switcher %}
|
||||
{% data reusables.user-settings.context_switcher %}
|
||||
|
||||
{% tip %}
|
||||
|
||||
|
|
|
@ -36,8 +36,8 @@ When you downgrade your user account or organization's subscription, pricing and
|
|||
|
||||
If you downgrade your user account from {% data variables.product.prodname_pro %} to {% data variables.product.prodname_free_user %}, the account will lose access to advanced code review tools on private repositories. {% data reusables.gated-features.more-info %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
1. Under "Current plan", use the **Edit** drop-down and click **Downgrade to Free**.
|
||||
![Downgrade to free button](/assets/images/help/billing/downgrade-to-free.png)
|
||||
5. Read the information about the features your user account will no longer have access to on your next billing date, then click **I understand. Continue with downgrade**.
|
||||
|
|
|
@ -57,8 +57,8 @@ Existing sponsorships will remain in place during this period and maintainers wi
|
|||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
3. At the top of the page, click **Pay now**.
|
||||
![One-time payment pay now button](/assets/images/help/billing/pay-now-button.png)
|
||||
4. Review your billing and payment information. If you need to make an edit, click **Edit** next to the relevant section. Otherwise, click **Submit payment**.
|
||||
|
|
|
@ -42,8 +42,8 @@ When you upgrade the subscription for an account, the upgrade changes the paid f
|
|||
|
||||
You can upgrade your personal account from {% data variables.product.prodname_free_user %} to {% data variables.product.prodname_pro %} to get advanced code review tools on private repositories owned by your user account. Upgrading your personal account does not affect any organizations you may manage or repositories owned by those organizations. {% data reusables.gated-features.more-info %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
1. Next to "Current plan", click **Upgrade**.
|
||||
![Upgrade button](/assets/images/help/billing/settings_billing_user_upgrade.png)
|
||||
2. Under "Pro" on the "Compare plans" page, click **Upgrade to Pro**.
|
||||
|
|
|
@ -23,8 +23,8 @@ When you cancel a pending change, your subscription will not change on your next
|
|||
|
||||
## Viewing and managing pending changes to your personal account's subscription
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.review-pending-changes %}
|
||||
{% data reusables.dotcom_billing.cancel-pending-changes %}
|
||||
{% data reusables.dotcom_billing.confirm-cancel-pending-changes %}
|
||||
|
|
|
@ -32,7 +32,7 @@ For more information, see "[Managing your {% data variables.product.prodname_dot
|
|||
|
||||
If you're an organization or enterprise owner, you can switch between settings for your different accounts using the context switcher in your settings.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
1. At the top of the page, to the right of your username, click **Switch to another account**.
|
||||
![Context switcher button](/assets/images/help/settings/context-switcher-button.png)
|
||||
1. Start typing the name of the account you want to switch to, then click the name of the account.
|
||||
|
|
|
@ -33,9 +33,9 @@ Your receipts include your {% data variables.product.prodname_dotcom %} subscrip
|
|||
|
||||
## Adding information to your personal account's receipts
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user_settings.payment-info-link %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.user-settings.payment-info-link %}
|
||||
{% data reusables.dotcom_billing.extra_info_receipt %}
|
||||
|
||||
## Adding information to your organization's receipts
|
||||
|
@ -48,5 +48,5 @@ Your receipts include your {% data variables.product.prodname_dotcom %} subscrip
|
|||
|
||||
|
||||
{% data reusables.organizations.billing-settings %}
|
||||
{% data reusables.user_settings.payment-info-link %}
|
||||
{% data reusables.user-settings.payment-info-link %}
|
||||
{% data reusables.dotcom_billing.extra_info_receipt %}
|
||||
|
|
|
@ -32,7 +32,7 @@ We don't provide invoicing or support purchase orders for personal accounts. We
|
|||
|
||||
## Updating your personal account's payment method
|
||||
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.update_payment_method %}
|
||||
1. If your account has existing billing information that you want to update, click **Edit**.
|
||||
![Billing New Card button](/assets/images/help/billing/billing-information-edit-button.png)
|
||||
|
|
|
@ -22,8 +22,8 @@ When you change your billing cycle's duration, your {% data variables.product.pr
|
|||
|
||||
## Changing the duration of your personal account's billing cycle
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.change_plan_duration %}
|
||||
{% data reusables.dotcom_billing.confirm_duration_change %}
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ shortTitle: View history & receipts
|
|||
---
|
||||
## Viewing receipts for your personal account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.view-payment-history %}
|
||||
{% data reusables.dotcom_billing.download_receipt %}
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ shortTitle: Subscriptions & billing date
|
|||
---
|
||||
## Finding your personal account's next billing date
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.billing_plans %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.billing_plans %}
|
||||
{% data reusables.dotcom_billing.next_billing_date %}
|
||||
|
||||
## Finding your organization's next billing date
|
||||
|
|
|
@ -38,8 +38,8 @@ If you already have a personal {% data variables.product.prodname_dotcom %} user
|
|||
|
||||
## Step 2: Create the organization
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.organizations %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.organizations %}
|
||||
{% data reusables.organizations.new-organization %}
|
||||
3. Under "Choose a plan", click **Choose {% data variables.product.prodname_free_team %}**. You will upgrade the organization in the next step.
|
||||
{% data reusables.organizations.organization-name %}
|
||||
|
@ -73,7 +73,7 @@ If you already have a personal {% data variables.product.prodname_dotcom %} user
|
|||
## Step 5: Invite your client to join the organization
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
{% data reusables.organizations.invite_member_from_people_tab %}
|
||||
5. Type your client's {% data variables.product.prodname_dotcom %} username and press **Enter**.
|
||||
|
@ -85,7 +85,7 @@ If you already have a personal {% data variables.product.prodname_dotcom %} user
|
|||
## Step 6: Transfer organization ownership to your client
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.people %}
|
||||
4. Confirm that your client is listed among the members of the organization and is assigned the *owner* role.
|
||||
5. To the right of your username, use the {% octicon "gear" aria-label="The Settings gear" %} drop-down menu, and click **Manage**.
|
||||
|
|
|
@ -55,7 +55,7 @@ shortTitle: View the security overview
|
|||
## Viewing the security overview for a team
|
||||
|
||||
{% data reusables.profile.access_org %}
|
||||
{% data reusables.user_settings.access_org %}
|
||||
{% data reusables.user-settings.access_org %}
|
||||
{% data reusables.organizations.specific_team %}
|
||||
{% data reusables.organizations.team-security-overview %}
|
||||
{% data reusables.organizations.filter-security-overview %}
|
||||
|
|
|
@ -78,8 +78,8 @@ You can use your selected dotfiles repository to personalize your {% data variab
|
|||
|
||||
{% endwarning %}
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Dotfiles", select **Automatically install dotfiles** so that {% data variables.product.prodname_codespaces %} automatically installs your dotfiles into every new codespace you create.
|
||||
![Installing dotfiles](/assets/images/help/codespaces/install-custom-dotfiles.png)
|
||||
2. Choose the repository you want to install dotfiles from.
|
||||
|
|
|
@ -18,8 +18,8 @@ If you want to use {% data variables.product.prodname_vscode %} as your default
|
|||
|
||||
## Setting your default editor
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Editor preference", select the option you want.
|
||||
![Setting your editor](/assets/images/help/codespaces/select-default-editor.png)
|
||||
If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode %} for it to open successfully.
|
||||
|
|
|
@ -16,8 +16,8 @@ You can manually select the region that your codespaces will be created in, allo
|
|||
|
||||
## Setting your default region
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Region", select the setting you want.
|
||||
2. If you chose "Set manually", select your region in the drop-down list.
|
||||
![Selecting your region](/assets/images/help/codespaces/select-default-region.png)
|
||||
|
|
|
@ -22,8 +22,8 @@ A codespace will stop running after a period of inactivity. You can specify the
|
|||
|
||||
## Setting your default timeout
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Default idle timeout", enter the time that you want, then click **Save**. The time must be between 5 minutes and 240 minutes (4 hours).
|
||||
![Selecting your timeout](/assets/images/help/codespaces/setting-default-timeout.png)
|
||||
|
||||
|
|
|
@ -47,36 +47,36 @@ Secrets are limited to 64 KB in size.
|
|||
|
||||
## Adding a secret
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. To the right of "Codespaces secrets", click **New secret**.
|
||||
!["New secret" button](/assets/images/help/settings/codespaces-new-secret-button.png)
|
||||
1. Under "Name", type a name for your secret.
|
||||
!["Name" text box](/assets/images/help/settings/codespaces-secret-name-field.png)
|
||||
{% data reusables.user_settings.codespaces-secret-value %}
|
||||
{% data reusables.user_settings.codespaces-secret-repository-access %}
|
||||
{% data reusables.user-settings.codespaces-secret-value %}
|
||||
{% data reusables.user-settings.codespaces-secret-repository-access %}
|
||||
1. Click **Add secret**.
|
||||
|
||||
## Editing a secret
|
||||
|
||||
You can update the value of an existing secret, and you can change which repositories can access a secret.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Codespaces secrets", to the right of the secret you want to edit, click **Update**.
|
||||
!["Update" button](/assets/images/help/settings/codespaces-secret-update-button.png)
|
||||
1. Under "Value", click **enter a new value**.
|
||||
!["enter a new value" link](/assets/images/help/settings/codespaces-secret-update-value-text.png)
|
||||
{% data reusables.user_settings.codespaces-secret-value %}
|
||||
{% data reusables.user_settings.codespaces-secret-repository-access %}
|
||||
{% data reusables.user-settings.codespaces-secret-value %}
|
||||
{% data reusables.user-settings.codespaces-secret-repository-access %}
|
||||
1. Optionally, to remove the secret's access to a repository, deselect the repository.
|
||||
![Checkboxes to remove access to repositories](/assets/images/help/settings/codespaces-secret-repository-checkboxes.png)
|
||||
1. Click **Save changes**.
|
||||
|
||||
## Deleting a secret
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Codespaces secrets", to the right of the secret you want to delete, click **Delete**.
|
||||
!["Delete" button](/assets/images/help/settings/codespaces-secret-delete-button.png)
|
||||
1. Read the warning, then click **OK**.
|
||||
|
|
|
@ -22,8 +22,8 @@ After you enable GPG verification, {% data variables.product.company_short %} wi
|
|||
|
||||
Once you enable GPG verification, it will immediately take effect for all your codespaces.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "GPG verification", select the setting you want for GPG verification.
|
||||
![Radio buttons to manage GPG verification](/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png)
|
||||
1. If you chose "Selected repositories", select the drop-down menu, then click a repository you want enable GPG verification for. Repeat for all repositories you want to enable GPG verification for.
|
||||
|
|
|
@ -17,8 +17,8 @@ redirect_from:
|
|||
|
||||
When you enable access and security for a repository owned by your user account, any codespaces that are created for that repository will have read permissions to all other repositories you own. If you want to restrict the repositories a codespace can access, you can limit to it to either the repository the codespace was opened for or specific repositories. You should only enable access and security for repositories you trust.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.codespaces-tab %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.codespaces-tab %}
|
||||
1. Under "Access and security", select the setting you want for your user account.
|
||||
![Radio buttons to manage trusted repositories](/assets/images/help/settings/codespaces-access-and-security-radio-buttons.png)
|
||||
1. If you chose "Selected repositories", select the drop-down menu, then click a repository to allow the repository's codespaces to access other repositories you own. Repeat for all repositories whose codespaces you want to access other repositories you own.
|
||||
|
|
|
@ -59,8 +59,8 @@ In repositories you own, blocked users also cannot:
|
|||
|
||||
## Blocking a user in your account settings
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.blocked_users %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.blocked_users %}
|
||||
3. Under "Block a user", type the username of the user you'd like to block, then click **Block user**.
|
||||
![Username field and block button](/assets/images/help/settings/user-settings-block-user.png)
|
||||
4. Optionally, to display a warning when you visit a repository where a blocked user is a contributor, select **Warn me when a blocked user is a prior contributor to a repository**.
|
||||
|
|
|
@ -20,8 +20,8 @@ You can unblock a user in your account settings or from the user's profile page.
|
|||
|
||||
## Unblocking a user in your account settings
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.blocked_users %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.blocked_users %}
|
||||
3. Under "Blocked users", next to the user you'd like to unblock, click **Unblock**.
|
||||
![Unblock user button](/assets/images/help/organizations/org-unblock-user-button.png)
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ topics:
|
|||
shortTitle: View blocked users in account
|
||||
---
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.blocked_users %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.blocked_users %}
|
||||
3. Under "Blocked users", review the list of users you've blocked from your account.
|
||||
![List of blocked users](/assets/images/help/settings/list-of-blocked-users.png)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ You can also block users. For more information, see "[Blocking a user from your
|
|||
|
||||
## Limiting interactions for your user account
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
1. In the "Access" section of the sidebar, select **{% octicon "report" aria-label="The report icon" %} Moderation** then click **Interaction limits**.
|
||||
{% data reusables.community.set-interaction-limit %}
|
||||
![Temporary interaction limit options](/assets/images/help/settings/user-account-temporary-interaction-limits-options.png)
|
||||
|
|
|
@ -21,8 +21,8 @@ versions:
|
|||
{% mac %}
|
||||
|
||||
{% data reusables.desktop.sign-in-choose-product %}
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
{% data reusables.desktop.copy-email-git-config %}
|
||||
{% data reusables.desktop.return-to-desktop %}
|
||||
{% data reusables.desktop.mac-select-desktop-menu %}
|
||||
|
@ -40,8 +40,8 @@ versions:
|
|||
{% windows %}
|
||||
|
||||
{% data reusables.desktop.sign-in-choose-product %}
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.emails %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.emails %}
|
||||
{% data reusables.desktop.copy-email-git-config %}
|
||||
{% data reusables.desktop.return-to-desktop %}
|
||||
{% data reusables.desktop.windows-choose-options %}
|
||||
|
|
|
@ -26,7 +26,7 @@ Before you authenticate, {% data reusables.desktop.get-an-account %}
|
|||
4. In the "Sign in" pane, click **Sign in using your browser**. {% data variables.product.prodname_desktop %} will open your default browser.
|
||||
![The Sign in using your browser link](/assets/images/help/desktop/sign-in-browser.png)
|
||||
|
||||
{% data reusables.user_settings.password-authentication-deprecation-desktop %}
|
||||
{% data reusables.user-settings.password-authentication-deprecation-desktop %}
|
||||
|
||||
{% data reusables.desktop.authenticate-in-browser %}
|
||||
{% data reusables.desktop.2fa-in-browser %}
|
||||
|
@ -34,7 +34,7 @@ Before you authenticate, {% data reusables.desktop.get-an-account %}
|
|||
|
||||
## Authenticating an account on {% data variables.product.prodname_enterprise %}
|
||||
|
||||
{% data reusables.user_settings.password-authentication-deprecation-desktop %}
|
||||
{% data reusables.user-settings.password-authentication-deprecation-desktop %}
|
||||
|
||||
{% data reusables.desktop.mac-select-desktop-menu %}
|
||||
{% data reusables.desktop.mac-select-accounts %}
|
||||
|
@ -56,7 +56,7 @@ Before you authenticate, {% data reusables.desktop.get-an-account %}
|
|||
4. In the Sign in pane, click **Sign in using your browser**.
|
||||
![The Sign in using your browser link](/assets/images/help/desktop/sign-in-browser.png)
|
||||
|
||||
{% data reusables.user_settings.password-authentication-deprecation-desktop %}
|
||||
{% data reusables.user-settings.password-authentication-deprecation-desktop %}
|
||||
|
||||
{% data reusables.desktop.authenticate-in-browser %}
|
||||
{% data reusables.desktop.2fa-in-browser %}
|
||||
|
|
|
@ -28,8 +28,8 @@ First, you'll need to create a free user account on {% data variables.product.pr
|
|||
|
||||
After you create your user account, create a free organization account. You'll use this organization account to create and manage classrooms {% data variables.product.prodname_classroom %}.
|
||||
|
||||
{% data reusables.user_settings.access_settings %}
|
||||
{% data reusables.user_settings.organizations %}
|
||||
{% data reusables.user-settings.access_settings %}
|
||||
{% data reusables.user-settings.organizations %}
|
||||
{% data reusables.organizations.new-organization %}
|
||||
4. Follow the prompts to create a free organization.
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ For information on setting or changing your remote URL, see "[Managing remote re
|
|||
|
||||
The `https://` clone URLs are available on all repositories, regardless of visibility. `https://` clone URLs work even if you are behind a firewall or proxy.
|
||||
|
||||
When you `git clone`, `git fetch`, `git pull`, or `git push` to a remote repository using HTTPS URLs on the command line, Git will ask for your {% data variables.product.product_name %} username and password. {% data reusables.user_settings.password-authentication-deprecation %}
|
||||
When you `git clone`, `git fetch`, `git pull`, or `git push` to a remote repository using HTTPS URLs on the command line, Git will ask for your {% data variables.product.product_name %} username and password. {% data reusables.user-settings.password-authentication-deprecation %}
|
||||
|
||||
{% data reusables.command_line.provide-an-access-token %}
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ git@{% data variables.command_line.codeblock %}:<em>USERNAME</em>/<em>REPOSITORY
|
|||
> origin https://{% data variables.command_line.codeblock %}/<em>USERNAME/REPOSITORY</em>.git (push)
|
||||
```
|
||||
|
||||
The next time you `git fetch`, `git pull`, or `git push` to the remote repository, you'll be asked for your GitHub username and password. {% data reusables.user_settings.password-authentication-deprecation %}
|
||||
The next time you `git fetch`, `git pull`, or `git push` to the remote repository, you'll be asked for your GitHub username and password. {% data reusables.user-settings.password-authentication-deprecation %}
|
||||
|
||||
You can [use a credential helper](/github/getting-started-with-github/caching-your-github-credentials-in-git) so Git will remember your GitHub username and personal access token every time it talks to GitHub.
|
||||
|
||||
|
|
|
@ -22,12 +22,12 @@ Changing the name associated with your Git commits using `git config` will only
|
|||
|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
|
||||
2. {% data reusables.user_settings.set_your_git_username %}
|
||||
2. {% data reusables.user-settings.set_your_git_username %}
|
||||
```shell
|
||||
$ git config --global user.name "<em>Mona Lisa</em>"
|
||||
```
|
||||
|
||||
3. {% data reusables.user_settings.confirm_git_username_correct %}
|
||||
3. {% data reusables.user-settings.confirm_git_username_correct %}
|
||||
```shell
|
||||
$ git config --global user.name
|
||||
> Mona Lisa
|
||||
|
@ -39,12 +39,12 @@ Changing the name associated with your Git commits using `git config` will only
|
|||
|
||||
2. Change the current working directory to the local repository where you want to configure the name that is associated with your Git commits.
|
||||
|
||||
3. {% data reusables.user_settings.set_your_git_username %}
|
||||
3. {% data reusables.user-settings.set_your_git_username %}
|
||||
```shell
|
||||
$ git config user.name "<em>Mona Lisa</em>"
|
||||
```
|
||||
|
||||
3. {% data reusables.user_settings.confirm_git_username_correct %}
|
||||
3. {% data reusables.user-settings.confirm_git_username_correct %}
|
||||
```shell
|
||||
$ git config user.name
|
||||
> Mona Lisa
|
||||
|
|
|
@ -22,7 +22,7 @@ We recommend you either [configure SSH](/articles/generating-an-ssh-key) or upgr
|
|||
|
||||
{% endtip %}
|
||||
|
||||
{% data reusables.user_settings.password-authentication-deprecation %}
|
||||
{% data reusables.user-settings.password-authentication-deprecation %}
|
||||
|
||||
## Updating your credentials via Keychain Access
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ shortTitle: Git passwords
|
|||
---
|
||||
Using an HTTPS remote URL has some advantages compared with using SSH. It's easier to set up than SSH, and usually works through strict firewalls and proxies. However, it also prompts you to enter your {% data variables.product.product_name %} credentials every time you pull or push a repository.
|
||||
|
||||
{% data reusables.user_settings.password-authentication-deprecation %}
|
||||
{% data reusables.user-settings.password-authentication-deprecation %}
|
||||
|
||||
You can avoid being prompted for your password by configuring Git to [cache your credentials](/github/getting-started-with-github/caching-your-github-credentials-in-git) for you. Once you've configured credential caching, Git automatically uses your cached personal access token when you pull or push a repository using HTTPS.
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче