1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/data/reusables/command_line/providing-token-as-password.md
2021-06-23 20:40:16 +00:00

350 B

Once you have a token, you can enter it instead of your password when performing Git operations over HTTPS.

For example, on the command line you would enter the following:

$ git clone https://{% data variables.command_line.codeblock %}/<em>username</em>/<em>repo</em>.git
Username: <em>your_username</em>
Password: <em>your_token</em>