1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/translations/ru-RU/content/github/extending-github/git-automation-with-oauth-tokens.md
Chiedo John 1e6714192b Crowdin translations (translation-batch-1606831598) (#16683)
* New Crowdin translations by Github Action

* Reset translations with known issues to english

* Revert broken translations

* Reset broken translated file

* Revert broken translations

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 15:15:47 +00:00

1.8 KiB

title, redirect_from, intro, versions
title redirect_from intro versions
Git automation with OAuth tokens
/articles/git-over-https-using-oauth-token/
/articles/git-over-http-using-oauth-token/
/articles/git-automation-with-oauth-tokens
You can use OAuth tokens to interact with {% data variables.product.product_name %} via automated scripts.
free-pro-team enterprise-server github-ae
* * *

Step 1: Get an OAuth token

Create a personal access token on your application settings page. For more information, see "Creating a personal access token."

{% tip %}

{% if currentVersion == "free-pro-team@latest" %} Советы:

  • You must verify your email address before you can create a personal access token. For more information, see "Verifying your email address."
  • {% data reusables.user_settings.review_oauth_tokens_tip %} {% else %} Tip: {% data reusables.user_settings.review_oauth_tokens_tip %} {% endif %}

{% endtip %}

{% if currentVersion == "free-pro-team@latest" %}{% data reusables.user_settings.removes-personal-access-tokens %}{% endif %}

Step 2: Clone a repository

{% data reusables.command_line.providing-token-as-password %}

To avoid these prompts, you can use Git password caching. For information, see "Caching your GitHub credentials in Git."

{% warning %}

Warning: Tokens have read/write access and should be treated like passwords. If you enter your token into the clone URL when cloning or adding a remote, Git writes it to your .git/config file in plain text, which is a security risk.

{% endwarning %}

Дополнительная литература