0

I tried to push some command to remote GitHub, even after using the PAT (personal access token) I'm still facing this problem. please help.

C:\Users\adegu\projectwork>git push
Logon failed, use ctrl+c to cancel basic credential prompt.
Username for 'https://github.com': Mr-Art-coder
Password for 'https://Mr-Art-coder@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/Mr-Art-coder/projectwork.git/'
  • Are you using Windows? It seems your Git config/environment is still using your old credentials with your username/password. – Gino Mempin May 08 '22 at 08:21
  • Check the instructions here depending on your OS: [Support for password authentication was removed. Please use a personal access token instead](https://stackoverflow.com/questions/68775869/support-for-password-authentication-was-removed-please-use-a-personal-access-to) – Gino Mempin May 08 '22 at 08:24

0 Answers0