0

I am trying to deploy the React application as Azure web app . (doing this by local git) . when i did run the command git push azure master , it asked me for the username and password . authentication .I Reset the password and when i run that command again its not prompting the credentials dialog instead fails the authentication , any solution to this problem ?

Anas Mirza
  • 19
  • 1
  • 7

1 Answers1

1

If you are using windows, you may go into Control Panel => User Accounts => Manage your credentials => Windows Credentials, and then find corresponding saved credential to delete the wrong one.

W.X.
  • 81
  • 3