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
Instead of looking for an absolute path and pattern matching to avoid
using `git credential-*` instead just look directly for `/` or `\`.
This'll handle a new case of `C:/foo/bar` on Windows where previously
only `C:\foo\bar` worked.
0 commit comments