I\'m trying to clone my webapp in Azure.
When I run git clone https://username@appname.scm.azurewebsites.net:443/appname.git the terminal asks me for my
None of the above solution worked for me.
The reason why the same error was observed in my deployment was because my password contained a character "@".
This malformed the Git clone url for my Azure web app. When I changed my password by removing @, it solved this issue. You can change @ to %40 in your connection string as well.