I am trying to deploy a node app into azure, while doing last step of deployment
git push azure master, an error occurred as below.
fatal: unable to access 'https://[email protected]@node-deploy-to-azure.scm.azurewebsites.net/node-deploy-to-azure.git/': Couldn't resolve host '[email protected]'
Please help to resolove it.

https://{appname}.scm.azurewebsites.net, for examplegit remote add azure https://{appname}.scm.azurewebsites.net.azureremote first withgit remote rm azure.