Today, Oct 24 2022, at 15:00, I pushed my repo from the dev machine and then pull it on the production one without troubles.
I used my github name and my personal access token: I made a lot of daily commits against several private
repo, with no problem until now..
At 17:00, github suddenly stop accessing my push telling me:
Username for 'https://github.com': pdipietro
Password for 'https://pdipietro@github.com':
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: Authentication failed for 'https://github.com/pdipietro/xxxxxxxx.git/'
I was able to push using VSC
, but I'm absolutely unable to pull the repo on the production machine.
I can access www.github.com using my username and password.
I created a new Personal Access Token with all permissions
but nothing changed: access is still denied.
Any help will be appreciated.