Greetings. I have git installed and I have GitLab for remote repository. From Git Bash (or command line) git works fine. I can pull, commit, push, merge, etc.
However, from UiPath Studio 2019.5.0 Community Edition, when I try to “Push” within the application, it goes to “Pushing changes…” and just hangs until I kill it in Task Manager.
After killing, I can push the commit using Git Bash/GUI, but never from UiPath itself - always just hangs when I try it.
Buddy make sure you use a stable version and not a beta version of uipath studio 2019.5.0
and you can check which version you are using by clicking start, help and at the right side we can the type of studio been used
Cheers @sagacity
Ok, @Palaniyappan - I will try this. FYI, it is a new install (only installed yesterday). But, I will ujninstall and reinstall and report back with results.
yah i would like to make a try with that…
the reason is the sometimes the configuration and set ups might not be installed completely
Thats why
cheers @sagacity
SOLVED!@Palaniyappan I realized I set the repo up locally using git, which defaulted to SSH authentication (using keys); however UiPath cannot work with SSH clones, and HTTPS clones are needed. Once I changed the repo to clone with HTTPS, the pull, commit, push process worked in Uipath.
Thanks for your help though!
From the UiPath manual page:
Note:
Clone with SSH is currently not supported. Please use Clone with HTTPS instead.