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
The first parameter of `git_error_set_str` is supposed to be an
error class, not the raw error code. The main consequence is that
the error message should show the class code instead of the error
code (which would usually just be GIT_ERROR).
0 commit comments