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
git clone https://username@appname.scm.azurewebsites.net:443/appname.git
I had the same problem when try to git clone https://@praat.scm.azurewebsites.net:443/.git . I solved the problem by removing the port.
git clone https://@praat.scm.azurewebsites.net:443/.git
So your new url should not have the port 443.