I want to clone project from azure through command prompt but I don't to use git commands. I tried using curl but didn't work.
curl https://azure.com/project private-token:asdadad45457547 --output "foldername.zip"
Please suggest some way to do.
Thanks in advance.