[SOLVED] UiPath Studio git push causes hang

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.

1 Like

Hi @sagacity

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

1 Like

Sure. I thought to do that at first! Sorry about that. I’ll know better for the future.

Here is the copy:
2019.5.0 - 5/21/2019
Community Edition
EXE Installer

License Provider: Internal
Device ID: Csw6IB77aRxWCRsRobWNEQ==

Update Channel: Stable

Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.7.2 or later

Screen Shot for clarity (JiC)

Thank you for your quick reply @Palaniyappan

Regards

1 Like

So did that work now buddy @sagacity

Sorry, @Palaniyappan, I meant “thought to post the version first”.

I am (and was) running the “Stable” version.

Cheers!

1 Like

alright being still in stable version you are facing this error …right…!

Cheers @sagacity

@Palaniyappan - that is correct. In stable and this issue occurs.

1 Like

Fine kindly uninstall and reinstall the studio and try once buddy
Cheers @sagacity

1 Like

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.

Cheers!

1 Like

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

@Palaniyappan - This, unfortunately, was not successful. Still “hangs” on a git “push”

2019.5.0 - 5/21/2019
Community Edition
EXE Installer

License Provider: Internal
Device ID: pMdzIrHXfzrkrZqkqTLV9Q==

Update Channel: Stable

Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.7.2 or later

1 Like

Fine…i still wonder y it didn’t,
i dont know how exactly this git push works with uipath
@Pablito @loginerror
kindly help us on this
Cheers @sagacity

1 Like

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.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.