Forum Discussion
Cloning Repo from Azure DevOps to Visual Studio 2022
Hello,
I am trying to clone the repo from Azure DevOps using SSH into Visual Studio 2022. I am trying to get the files that are on my repo and cloning into another computer but unable to get the files so that I can start work. I do not know what I am missing. I have the files and the html index file in the Azure DevOps Repo section in the browser and also the commits that I have made to the repo, but now I am unable to get the files from the repo to Visual Studio. Kindly please help me in this matter.
Regards,
Asim Khan
5 Replies
- AsimKhan2023Brass Contributor
So in order to get the repo cloned on my system I used SSH and it worked, but it does not show the development branch where the actual files exists and I am unable to get the files although it shows the commit history and the pushed made to the development branch.
Regards,
Asim Khan - AsimKhan2023Brass Contributor
I tried to clone the git repository just like it mentioned before and I cam across some errors that is difficult to workaround and figure out. Although my PAT is properly synched with GitHub and the connection still works but it continues to throw fatal error, which is confusing.
Regards,
Asim Khan- AsimKhan2023Brass ContributorKidd_Ip
I fixed the issue, turns out that the certification files and the folders were missing. Found the necessary files and folders and placed it in the right location to find the certificates. But even after that the development branch is not showing up from the repo in Visual Studio 2022.