Git auth failure hints now name your actual remote host instead of assuming GitHub.
What's wrong with this entry?
When SSH or HTTPS authentication to a git remote fails, the hint no longer assumes GitHub. It resolves the host from the remote URL and, for other hosts, tells you to check that your git credential helper has valid credentials for that host.
- When the remote URL cannot be parsed, the message falls back to "your git host" or "this host".
your git credential helper has valid credentials for
Strings lifted out of the shipped bundle, so the claim above can be checked against them.