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
Fix handling of URLs with port in credential.helper (#682)
Credentials stored by Git for the URL `https://example.com:3000/foo/bar` use
`host=example.com:3000`. A CredentialHelper object for the same URL currently
queries the credential helper with `host=example.com` and thus can't access the
stored credentials.
0 commit comments