Hi there,
I’m trying to connect a project to Bitbucket, and I have followed the instructions in How to Connect Studio to Bitbucket, however I am getting the following error:
22.10.3+
failed to connect to bitbucket.org:
Error: LibGit2Sharp.LibGit2SharpException: failed to connect to bitbucket.org:
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable`1 refSpecs, GitFetchOptions fetchOptions, String logMessage)
at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable`1 refspecs, FetchOptions options, String logMessage)
at LibGit2Sharp.Commands.Pull(Repository repository, Signature merger, PullOptions options)
at UiPath.Studio.Plugin.Git.Wrappers.CommandsWrapper.Pull(IRepository repository, Signature merger, PullOptions options)
at UiPath.Studio.Plugin.Git.Services.PullService.TryFastForwardMerge(IRepository repository, Signature signature, IAuthenticationSession authenticationSession)
at UiPath.Studio.Plugin.Git.Services.PullService.<>c__DisplayClass5_0.<Pull>b__0()
at UiPath.Studio.Plugin.Git.Desktop.Services.UiAuthenticationSession.Execute[T](ExecuteArgs`1 args)
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](Func`2 action, Func`1 repoFactory)
at UiPath.Studio.Plugin.Git.Services.GitSession.<>c__DisplayClass18_0`1.<<ExecuteAsync>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at UiPath.Studio.Plugin.Git.Services.GitSession.SafeExecuteAsync[TResult](Func`1 action)
at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteAsync[TResult](Func`2 action)
at UiPath.Studio.Plugin.Git.Desktop.Services.PullUiService.PullAsync(IGitSession session)
at UiPath.Studio.Plugin.Git.Desktop.Services.PullUiService.PullCommandExecute()
at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand`3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>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
Is anyone able to provide insight into this?
I’m connected using the “ssh://git@bitbucket.org/<repo_owner>/.git” format, and this is happening with different projects.