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.
When trying to run Open on GitHub/Copy Link to Clipboard on a branch whose tracking branch has been deleted, the following exception occurs:
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=GitHub.Exports
StackTrace:
at GitHub.Services.GitService.<>c__DisplayClass6_0.<GetLatestPushedSha>b__0() in D:\projects\github\VisualStudio\src\GitHub.Exports\Services\GitService.cs:line 101
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
This happens because repo.Head.TrackedBranch.Tip is null at: