-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
  • 107,083
  • 22
  • 201
  • 376
  • 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 – VeKe Aug 23 '21 at 23:46

1 Answers1

3

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

Michael Asefon
  • 226
  • 1
  • 7