Github error:git unable to push to configured remote

Hi all, now I can’t to push my project to repo git can any one help me please?. Previous it’s worked normally.
image

1 Like

Hi @jnfantasy4

Please check this

Regards,

1 Like

yeah It’s work with git command on cmd but not work with UiPath interface

We are facing the same error today. Is this a global issue?
“Unable to push to configured remote.
Error: LibGit2Sharp.LibGit2SharpException: request failed with status code: 500”

Same problem here, must be a global issue. We opened a ticket with UiPath already.

2 Likes

Facing the same problem since June 5th, please let us know if you are able to find a solution.

1 Like

We are experiencing the exact same issue in Hungary. It seems to be specific to the current version of Studio as we tried on different machine, different user, different networks and still getting the same error message. We could however push our projects with terminal command. so Github side is fine.

Same. @uipath should solve this real quick

2 Likes

We are also facing the same problem, however the error message is Error: LibGit2Sharp.LibGit2SharpException: early EOF

Hello. There is a possible quick fix for this kind of issue. The steps are the following:

  1. Create a new system environment variable with the name UiPath_STUDIO_GIT_USE_SCHANNEL and value 1
  2. Restart Studio

It is possible that GIT is configured to use schannel and without the mentioned environment variable, Studio will not be using the same protocol, causing the problem.

1 Like

Since this morning it works again, we didn’t change anything on our side.