I am trying to clone azure repo using git command
git clone https://{userName}:{password}@dev.azure.com/<Organization>/<Project>/_git/<repoName> <local destianation>
This work fine in my local machine.
But when I run this in the azure pipeline I got an error 'clone into ..' error.
What mistake I am doing?