Search code examples
azureazure-devopsclone

no option to clone in visual studio from azure devops?


I want to clone the existing project from Azure DevOps in Visual Studio but there is no option to do such a thing. How can I fix it? (in youtube videos there is an option) enter image description here


Solution

  • It should be available, otherwise can you try to log out and log in again?

    One other way to try is using the git-bash and use regular git clone method

    Follow the instructions given here