I'm trying to clone my webapp in Azure.
When I run git clone https://[email protected]:443/appname.git
the terminal asks me for my password.
But when I fill in my password, it keeps saying that the authentication has failed.
Even though I changed my password plenty of times in the Portal (Settings -> Set deployment credentials).
Any reason it keeps saying that my authentication has failed?
Yes many of the answers here are pointing to the correct path, but my case:- I was given an url to access git repos on azure cloud for which I'm perfectly fine to access/browse the code on browser (Vs) when I'm trying to clone I've got the same issue.
So when you click on clone as shown in below image, you've to Generate Git credentials, this is weird, not sure why, probably they've setup my account to access azure cloud, which can't be used to clone git repos(means can't be used as git credentials), this is something different from what I've seen with AWS/gitlab/bitbucket, maybe an issue with account setup, or if it's common thing for repos on Azure & if you're in same issue - give it a try.
Another one, as everyone has already mentioned, please don't try to connect to url which is produced over there (something looks like):
https://[email protected]/project-name/apps/_git/library/
instead try to connect thru your GIT username & then use password :
https://[email protected]/project-name/apps/_git/library/
as a tip if your username has special characters in it, Git cmd/bash will through errors, So replace those with valid characters, ex. :-
something like : https://username%[email protected]/project-name/apps/_git/library/