Unable to clone from gitlab

I have developer access for Gitlab…I have pushed a uipath project to gitlab repository by creating a branch.While cloning that branch to uipath, the cloned folder doesnt have any xaml file.
I need to get all the sequences from the branch to the cloned folder.How to solve the issue?

Hello @shibina_sainudeen!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

I am not possible to clone a specific branch from gitlab repository…While cloning a branch I am getting only the xaml files in the master branch not getting the required branch.
My doubt is that, using uipath we are only able to clone from master only?;not from branches?

You can checkout any branch.

Try creating new branch from master via Gitlab, then checkout that newly created branch.

I have created new branches and pushed uipath project into the branch.But I am unable to clone that branch.


While cloning a single branch,I am getting the output like this…These listed files are different branches.I am not any xaml file of the branch

Xaml files should be located under your CaptchaClone Folder.

It would be helpful if you share the steps you’ve taken.

I am only getting xaml file of master branch…not getting any other branches.
What I have done is, I created a new branch in gitlab and pushed a project to that branch…while trying to clone that branch using http clone url I am only getting the contents of master branch only.

Does the master and the new branch have the same content?

Have you tried switching branch from master to your created branch?

master and new branch contains different contents…