I have cloned an Azure DevOps Git Repository down to UiPath studio plenty of times. Normally when I do this, I take the HTTPS url and copy and paste and then select an output directory. This has always worked except for the one project.
For this one project, I get an error saying "20.4.1 No UiPath Studio project was found in D:*ProjectName*. There is never a folder for the project in the directory when I do this and I have never had a problem. There is also a project.json file inside the repository that I am trying to clone.
Does anybody have an idea as to why this happens or how to fix it? Thank you
Not sure if these screenshots help. I have been able to zip the folder and open it in UiPath. However, when I do this, it is not longer connected to the Azure repository.
This is being done on the same machine as I have used in the past.
I have tried these steps before. When I click OK on the error message and it takes me to the directory, there is no project.json file inside (even though there is on in the folder in the repository). I think that is the root of the issue but I don’t know how to fix it
Hi. I follow most of the same steps. I click Clone Repository, enter the URL and the Directory, and then when I click Open, I get that same error message you received.
I click ok and it takes me to a folder but there is no project.json file in there. I have tried downloading the project.json from the remote repository and placing it in there. But then the UiPath project opens with no workflows in it. Just a project.json file.
I am experiencing the same issue and I tried the workaround in this thread; however, the pull rebase does not seem to pull down the rest of the files. I get a mostly empty folder after the clone except for the project.json, .settings folder, .templates folder, and a few others. It doesn’t resemble the remote repo.
When using UiPath with Azure Dev Ops Repos . Inside ADO Repo your branch will likely be “main” as set by UiPath . However when cloning from ADO Repos UiPath looks for “Master” branch. The no project error message appears because the “Master” branch inside the ADO repo is likely empty. Push from “main” to “master” then once approved by reviewer and completed from the auto wizard… you will be able to clone a Dev Ops stored UiPath project without any work arounds. All functionality that exists with Git Hub based repos will then be there.