I got informed by GitHub that I need to switch to token. I followed the guide and created a token. What the guide doesn't say is what I have to do on my local computer (I am running Linux). In the past I had configured my git
git config --global user.name "name"
git config --global user.email my@emailadress.com
In my ~/.git-credentials I do see my user and a hashed password.
What do I have to do to have token access?
- Deleting .git-credentials didn't help, it was recreated
- I run git config --global github.token ab7....aaa
Is it now using my token if no what do I have to do? If yes, can I remove my old hashed password from the local configuration?