bergerjac / gitextensions

This fork of GitExtensions is primarily focused on creating an interactive view of git's common objects.
http://code.google.com/p/gitextensions
GNU General Public License v3.0
1 stars 0 forks source link

UriFormatException #25

Closed jbialobr closed 11 years ago

jbialobr commented 11 years ago

var line = "Fetch URL: git@github.com:jbialobr/gitextensions.git"

System.UriFormatException was unhandled by user code
  Message=Nieprawidłowy identyfikator URI: schemat URI jest nieprawidłowy.
  Source=System
  StackTrace:
       w System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
       w System.Uri..ctor(String uriString, UriKind uriKind)
    -->w GitCommands.Git.RemoteInfo.GetURL(String line) w D:\projekty\gitextensions\GitCommands\Git\RemoteInfo.cs:wiersz 237
       w GitCommands.Git.RemoteInfo..ctor(String remoteShowOutput) w D:\projekty\gitextensions\GitCommands\Git\RemoteInfo.cs:wiersz 79
       w GitCommands.GitModule.<GetRemotesInfo>b__2a(String remote) w D:\projekty\gitextensions\GitCommands\Git\GitModule.cs:wiersz 2106
       w System.Linq.Enumerable.<>c__DisplayClass12`3.<CombineSelectors>b__11(TSource x)
       w System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
       w System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       w System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       w GitUI.UserControls.RepoObjectsTree.<OnUICommandsSourceChanged>b__e() w D:\projekty\gitextensions\GitUI\RepoObjectsTree\RepoObjectsTree.cs:wiersz 75
       w GitUI.UserControls.ValueWatcher`1.<CheckUpdateAsync>b__4() w D:\projekty\gitextensions\GitUI\RepoObjectsTree\ValueWatcher.cs:wiersz 55
       w System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj)
       w System.Threading.Tasks.Task.InnerInvoke()
       w System.Threading.Tasks.Task.Execute()
  InnerException: