You can log (clone/pull) using any login (wrong one) and your key as the password. Nothing nasty here but it's good to know you no longer need to write your complex github login.<p>Although in the documentation Github specifies that :<p>````
Once you have a personal access token, you can enter it instead of your password when performing Git operations over HTTPS.<p>For example, to clone a repository on the command line you would enter the following git clone command. You would then be prompted to enter your username and password. When prompted for your password, enter your personal access token instead of a password.<p>$ git clone https://github.com/USERNAME/REPO.git
Username: YOUR_USERNAME
Password: YOUR_PERSONAL_ACCESS_TOK
````<p>They should update the doc to become :<p>Username: ANYTHING
Password: YOUR_PERSONAL_ACCESS_TOK