To avoid typing in GitHub's tokens every single time...
Because this is annoying.
The first time you create your access token, you'll have to type in your username, and then the personal access token instead of your password.
After you do that, keep the same terminal open, and run this command:
git config --global credential.helper store
You shouldn't have to enter it in after that.
Might see if I can use SSH instead of HTML; need to look into that later.
Comments
Post a Comment