Hi guys
I’ve been using the GIT cloning functionality,and committing/pushing without issues since release.
However today, I have started getting this issue when pressing PUSH:
19.4.2+Branch.master.Sha.e17a3bedca2a7da0d0b716b5f8f765d1d5ef1ddc
Unable to push to configured remote.
Error: LibGit2Sharp.LibGit2SharpException: request failed with status code: 500
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable1 refSpecs, GitPushOptions opts) at LibGit2Sharp.Network.Push(Remote remote, IEnumerable
1 pushRefSpecs, PushOptions pushOptions)
at LibGit2Sharp.Network.Push(Remote remote, String pushRefSpec, PushOptions pushOptions)
at UiPath.Studio.Plugin.Git.Services.Core.PushService.<>c__DisplayClass2_0.b__0() in D:\a\1\s\Studio\SourceControl\UiPath.Studio.Plugin.Git\Services\Core\PushService.cs:line 40
at UiPath.Studio.Plugin.Git.Services.UI.UiAuthenticationSession.Execute[T](Func1 action) in D:\a\1\s\Studio\SourceControl\Uipath.Studio.Plugin.Git\Services\UI\GitUiAuthenticationSession.cs:line 89 at UiPath.Studio.Plugin.Git.Services.Core.PushService.Push(IRepository repository, Remote remote, Boolean forcePush) in D:\a\1\s\Studio\SourceControl\Uipath.Studio.Plugin.Git\Services\Core\PushService.cs:line 55 at UiPath.Studio.Plugin.Git.Services.UI.PushUiService.PushInternal(IRepository repository, Remote remote, Boolean forcePush) in D:\a\1\s\Studio\SourceControl\Uipath.Studio.Plugin.Git\Services\UI\PushUiService.cs:line 239 at UiPath.Studio.Plugin.Git.Services.UI.PushUiService.<>c__DisplayClass18_0.<PushAsync>b__3(IRepository r) in D:\a\1\s\Studio\SourceControl\Uipath.Studio.Plugin.Git\Services\UI\PushUiService.cs:line 126 at UiPath.Studio.Plugin.Git.Services.Core.GitSession.ThreadSafeExecute[TResult](Func
2 action) in D:\a\1\s\Studio\SourceControl\UiPath.Studio.Plugin.Git\Services\Core\GitSession.cs:line 88
at UiPath.Studio.Plugin.Git.Services.Core.GitSession.<>c__DisplayClass11_01.<ExecuteAsync>b__0(CancellationToken _) in D:\a\1\s\Studio\SourceControl\Uipath.Studio.Plugin.Git\Services\Core\GitSession.cs:line 76 at UiPath.Shared.ProducerConsumerPair.<>c__DisplayClass18_0
1.b__0()
at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Studio.Plugin.Git.Services.Core.GitSession.<ExecuteAsync>d__11
1.MoveNext() in D:\a\1\s\Studio\SourceControl\UiPath.Studio.Plugin.Git\Services\Core\GitSession.cs:line 76
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at UiPath.Studio.Plugin.Git.Services.UI.PushUiService.d__18.MoveNext() in D:\a\1\s\Studio\SourceControl\UiPath.Studio.Plugin.Git\Services\UI\PushUiService.cs:line 126, HResult -2146233088
The only thing I can think of that may cause an issue is the fact I changed my Windows login password last week. Bitbucket (where we push to) uses Single-Sign-On.
I’d appreciate any assistance you can give in this matter, as it is imperative I push up to Bitbucket asap.
Thanks heaps!