-2

I wanted to push a repository on GitHub and here was the response:

The support for password authentication was removed, please use a personal access token instead

How do I create a personal access token?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
  • 4
    https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token – jonrsharpe Aug 16 '21 at 13:11
  • 3
    Does this answer your question? [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) – user202729 Aug 16 '21 at 13:30
  • check this short video youtu.be/iKf8-hhdWjs – VedantK Aug 23 '21 at 23:46

1 Answers1

1

This happens because Github removed support for password authentication on August 13, 2021.

You can create the token using this documentation

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

and you can read more on the similar question asked already on this platform. using this link.

Support for password authentication was removed. Please use a personal access token instead

  • 1
    Yes, i had to create individual PATs for my machines because you can't recover it after its used unless you save or copy somewhere – Olagoke Mills Dec 02 '22 at 14:54