I am trying to deploy a web app to Microsoft Azure. Everything works succesfully in creating the app and it appers in the Azure portal. When I try to push my repo to Azure it asks me to enter my user credentials with an password authentication popup like the php quickstart said. The problem is whenever I enter the password which I know is right I get this error in git bash:
fatal: Authentication failed for
'https://xxxxxxxxx.scm.azurewebsites.net/xxxxxxxxxx.git/'
I have seen a few answers where they say to use a url with :443 at the end and I found that url on the azure portal, but whenever I try to add that url remote I get this error:
error: remote azure already exists.
I have tried resetting my password and that does not work either. If anyone could help with just one of these problems that would be awesome. Comment if I can add anything or if I should clarify somthing. Thank you!