on windows computer.
I ran
git remote add origin https://github.com/santiagoziel/mezcal.git
git push -u origin master
Then i got the promt to log in with my username and password, but when i tried using them i got:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/santiagoziel/mezcal.git/': The requested URL returned error: 403
i went to the link and i followed the steps to create my "Personal access token" and then as instructed i tried to use that instead of my password, but i got the same message.
What am i doing wrong?