Git push can saying authentication failed even though I am entering right credentials

Viewed 19

So basically I am doing a git push and for some reason I am getting error message as:

enter image description here

When it asks me for my credentials, which are correct because I just used them to logon to my github account. Then it asks me for my ssh credentials for some reason even though i am using https for the remote connection, I enter my git logins into that and get: enter image description here

I didn't have this problem with credentials before, so no idea why it's happening now. I even created PATs and used them as passwords still same errors.

1 Answers
Related