Git Commit & Push issue

Hi, I’m trying to commit & push my Git process into my GitHub. I’ve also tried manually putting the XAML file into the git repo and successfully pulled the XAML file into my UiPath studio using HTTPS. but when I make a few changes to my process and tried again commit and push, it shows an error message. @UiPath_Community @uipath

image

image

Error: LibGit2Sharp.LibGit2SharpException: early EOF
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in C:\work\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 156
at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable1 refSpecs, GitPushOptions opts) in C:\work\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 2244 at LibGit2Sharp.Network.Push(Remote remote, IEnumerable1 pushRefSpecs, PushOptions pushOptions) in C:\work\libgit2sharp\LibGit2Sharp\Network.cs:line 372
at UiPath.Studio.Plugin.Git.Services.PushService.<>c__DisplayClass2_0.b__0()
at UiPath.Studio.Plugin.Git.Desktop.Services.UiAuthenticationSession.Execute[T](ExecuteArgs1 args) at UiPath.Studio.Plugin.Git.Services.PushService.Push(IRepository repository, RemoteModel remote, Boolean forcePush) at UiPath.Studio.Plugin.Git.Desktop.Services.PushUiService.PushInternal(IRepository repository, RemoteModel remote, Boolean forcePush) at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteInternal[TResult](Func2 action, Func1 repoFactory) at UiPath.Studio.Plugin.Git.Services.GitSession.<>c__DisplayClass18_01.b__1()
at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at UiPath.Studio.Plugin.Git.Services.GitSession.SafeExecuteAsync[TResult](Func1 action)
at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteAsync[TResult](Func`2 action)
at UiPath.Studio.Plugin.Git.Desktop.Services.PushUiService.PushAsync(IGitSession session), HResult -2146233088

Hi @Joy_Ballav1

Check this

Regards,

1 Like

We will push a new Studio update later today. Once you get the latest version please give it another try.

Thanks @alexandru, The Current issue is Solved. But, can you share some documentation with us on the updated version? Because, when I want to pull the changes by my developer first I want to have check or compare the existing and updated files.

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