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
It's very frustrating to have to call git_error_last() and test to see if it's NULL before dereferencing. It should always return a non-NULL - either a static "no error" or a static "unknown error".