That I'd be able to use Git Extensions normally.
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at RestSharp.RestClient..ctor(String baseUrl)
at GitExtensions.GitLab.Client.Client..ctor(String gitLabDomain, String oAuthToken)
at GitExtensions.GitLab.GitLabPlugin.InitializeConfiguredParameters(IGitModule gitModule)
at GitExtensions.GitLab.GitLabPlugin.Register(IGitUICommands gitUiCommands)
at GitUI.PluginRegistry.<>c__DisplayClass12_0.<Register>b__0(IGitPlugin p)
at System.Linq.LinqExtensions.ForEach[T](IEnumerable`1 enumerable, Action`1 action)
at GitUI.PluginRegistry.Register(IGitUICommands gitUiCommands)
at GitUI.CommandsDialogs.FormBrowse.RegisterPlugins()
at GitUI.CommandsDialogs.FormBrowse.SetGitModule(Object sender, GitModuleEventArgs e)
at GitUI.CommandsDialogs.BrowseDialog.DashboardControl.Dashboard.OnModuleChanged(Object sender, GitModuleEventArgs e)
at GitUI.CommandsDialogs.BrowseDialog.DashboardControl.UserRepositoriesList.OnModuleChanged(GitModuleEventArgs args)
at GitUI.CommandsDialogs.BrowseDialog.DashboardControl.UserRepositoriesList.listView1_MouseClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at GitUI.UserControls.ExListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Current behaviour
Expected behaviour
That I'd be able to use Git Extensions normally.
Steps to reproduce
Error Details
Environment