How to switch from GitHub password authentication to personal access token
Some time ago, Github disabled authentication with login and password in favor of token based authentication. From this article, you will learn how to switch to the new authentication method.
CHEAT SHEET
Requirements: windows, ssh, git, git bash, GitHub private token file
Optional: adjust your setup, or commands to your setup1. Rename GitHub private token file to
id_rsa_something2. Place it inside…