How can i properly assign the new token to windows credential ? i did the same thing in macos : put the token in the keychain access and it works, no more filling user/pass manually.
In windows 10 , i followed this link : Support for password authentication was removed. Please use a personal access token instead
at the local pc step:
For Windows OS ⤴ Go to Credential Manager from Control Panel => Windows Credentials => find git:https://github.com => Edit => On Password replace with with your GitHub Personal Access Token => You are Done
If you don’t find git:https://github.com => Click on Add a generic credential => Internet address will be git:https://github.com and you need to type in your username and password will be your GitHub Personal Access Token => Click Ok and you are done
it's all set up but when i do 'git push' or 'fetch' etc. It awalys keep asking for user/passwd again and again. In contrast with what i set in my mac, once it's in the keychain then git will grab that passwd automatically without asking again and again.