While Pushing the Project into github I'm facing this issue

I have done one work around by creating new project and cloning the workflows but facing the same issue again
please help me with this. I couldn’t find solution online.

Error: LibGit2Sharp.LockedFileException: No error message has been provided by the native library
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in C:\Users\ioan.savu\Dev\Alpha\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 156
at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in C:\Users\ioan.savu\Dev\Alpha\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 174
at LibGit2Sharp.Core.Proxy.git_rebase_init(RepositoryHandle repo, AnnotatedCommitHandle branch, AnnotatedCommitHandle upstream, AnnotatedCommitHandle onto, GitRebaseOptions options) in C:\Users\ioan.savu\Dev\Alpha\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 1731
at LibGit2Sharp.Rebase.Start(Branch branch, Branch upstream, Branch onto, Identity committer, RebaseOptions options) in C:\Users\ioan.savu\Dev\Alpha\libgit2sharp\LibGit2Sharp\Rebase.cs:line 116
at UiPath.Studio.Plugin.Git.Services.RebaseService.<>c__DisplayClass5_1.b__1()
at UiPath.Studio.Plugin.Git.Services.ExecuteWithCurrentDirectoryService.Execute[T](String workingDirectory, Func1 func) at UiPath.Studio.Plugin.Git.Services.ExecuteWithCurrentDirectoryService.Execute[T](String workingDirectory, Func1 func)
at UiPath.Studio.Plugin.Git.Services.RebaseService.<>c__DisplayClass5_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Studio.Plugin.Git.Services.RebaseService.ExecuteWithRebaseContext(Func2 action) at UiPath.Studio.Plugin.Git.Services.RebaseService.Rebase(IRepository repository, Identity identity, Branch newReference) at UiPath.Studio.Plugin.Git.Services.PullService.TryRebase(IRepository repository, Signature signature) at UiPath.Studio.Plugin.Git.Services.PullService.Pull(IRepository repository) at UiPath.Studio.Plugin.Git.Desktop.Services.PullUiService.<>c__DisplayClass22_0.<<PullAsync>b__1>d.MoveNext() --- End of stack trace from previous location --- at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteAsyncInternal[TResult](Func2 action, Func1 repoFactory) at UiPath.Studio.Plugin.Git.Services.GitSession.<>c__DisplayClass19_01.<b__1>d.MoveNext()
— 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](Func2 action)
at UiPath.Studio.Plugin.Git.Desktop.Services.PullUiService.PullAsync(IGitSession session)
at UiPath.Studio.Plugin.Git.Desktop.Services.PushUiService.PushAsync(IGitSession session)
at UiPath.Studio.Plugin.Git.Desktop.Services.PushUiService.PushCommandExecuteAsync()
at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand`3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088

@jaswanthvarma.gottumukkal,

Try restarting your system and also temporary files. Looks like some resources are locked.

Also make sure your code is not on shared drive.

@jaswanthvarma.gottumukkal

Can you please tell what steps you have taken

also the folder you are using is it local folder?

cheers

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