Azure-docs: fatal: Authentication failed for...

Created on 31 Mar 2018  Â·  4Comments  Â·  Source: MicrosoftDocs/azure-docs

This step: git push azure master.
Does not accept password from this step: az webapp deployment user set --user-name --password .

Or the local git password.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

app-service-wesvc cxp doc-bug resolved-by-customer triaged

Most helpful comment

At this step "git push azure master" it prompted me for credentials , after providing deployment user credentials it throws an error "fatal: Authentication failed for 'https://azurewebsites.net/'"
I have changed the deployment user from portal but hitting same error

All 4 comments

@ratchetwrench Thank you for your feedback! We will investigate and get back to you with our findings.

Had to go to Azure —> App Service —> Deployment User and save credentials. Then it worked.

At this step "git push azure master" it prompted me for credentials , after providing deployment user credentials it throws an error "fatal: Authentication failed for 'https://azurewebsites.net/'"
I have changed the deployment user from portal but hitting same error

while deploying to a web app, i had to go to Deployment Center, Deployment Credentials. And then use either the App Credentials or create User Credentials. After this, delete the cached credentials on the local machine (windows: Control Panel\User Accounts\Credential Manager). run "git push webapp master:master" again, enter either of the Deployment Credentials. This worked for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DeepPuddles picture DeepPuddles  Â·  3Comments

jebeld17 picture jebeld17  Â·  3Comments

monteledwards picture monteledwards  Â·  3Comments

Agazoth picture Agazoth  Â·  3Comments

JeffLoo-ong picture JeffLoo-ong  Â·  3Comments