Here is my git url as reported by Azure TFS:
https://mycompany@dev.azure.com/mycompany/myproject/_git/myproject
Here is my clone command
git clone https://myusername:mypass@mycompany@dev.azure.com/mycompany/myproject/_git/myproject
However, I am unable to access the repository. The error is:
Could not resolve host: mycompany@dev.azure.com
Can someone please suggest how to overcome this? Regards.