1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/command_line/providing-token-as-password.md
2022-10-03 00:21:32 +05:30

314 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 %}/USERNAME/REPO.git
Username: YOUR_USERNAME
Password: YOUR_TOKEN