You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Install the Github extension (1.0.14.0) on VS 2015
Add a remote 'origin' with url 'asdf'
Watch the fireworks
Any further attempts to connect to that repo will crash Visual Studio.
If you restart Visual Studio, it will remain connected, and opening Team Explorer will cause a crash.
Relevant parts of the call stack:
System.dll!System.Uri.CreateThis(string uri, bool dontEscape, System.UriKind uriKind) Line 49
System.dll!System.Uri.Uri(string uriString) Line 400
System.dll!System.UriBuilder.Uri.get() Line 320
GitHub.Exports.dll!GitHub.Primitives.UriString.ToRepositoryUrl()
GitHub.Exports.dll!GitHub.VisualStudio.Services.GetUri(LibGit2Sharp.Repository repo)
GitHub.VisualStudio.dll!GitHub.VisualStudio.Base.TeamExplorerItemBase.RepoChanged()
GitHub.VisualStudio.dll!GitHub.VisualStudio.Base.TeamExplorerNavigationItemBase.UpdateRepo(Microsoft.VisualStudio.TeamFoundation.Git.Extensibility.IGitRepositoryInfo repo)
GitHub.VisualStudio.dll!GitHub.VisualStudio.Base.TeamExplorerServiceHolder.NotifyActiveRepo()
GitHub.VisualStudio.dll!GitHub.VisualStudio.Base.TeamExplorerServiceHolder.ActiveRepo.set(Microsoft.VisualStudio.TeamFoundation.Git.Extensibility.IGitRepositoryInfo value)
GitHub.VisualStudio.dll!GitHub.VisualStudio.Base.TeamExplorerServiceHolder.CheckAndUpdate.AnonymousMethod__2(object r)