-1

What I have to do to resolve this problem?

MDeBusk
  • 1,175
  • 2
  • 8
  • 21

1 Answers1

2

The GitHub error message "support for password authentication was removed" means that GitHub removed support for password authentication.

What you do about it is one of two things: create a personal access token or enable ssh.

For what it's worth, I chose ssh. I think it's the more secure of the two, and it's easier to use.

MDeBusk
  • 1,175
  • 2
  • 8
  • 21