Matthew John Cheetham

Results 117 comments of Matthew John Cheetham

> NB. This would require changing the redirect URI in the OAuth app settings on GitHub etc. https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#redirect-urls You are sadly correct here. I was made aware that we should...

> My next question is, why hasn't GCM auto-detected this when authorizing a git operation from https://github.com, but instead it defaulted to OAuth web app flow? I would argue that...

Hello @yaakov-h From your (successful) logs I can see that GCM is detecting, and Git is directly using, Windows Integrated Authentication for auth (Negotiate; NTLM or Kerberos) and doesn't really...

> This would also help GUI users at the terminal, but not when git push is invoked via some other program without a terminal. To help those latter users we...

> Ideal solution from perspective of gitcredential would be to store single credential with refresh_token as an extra key https://git-scm.com/docs/git-credential#IOFMT > > > The credential is split into a set...

Hi @prestongilchrist, Please can you answer the following questions from the issue template: --- **Which version of GCM Core (and Git) are you using?** From a terminal, run `git credential-manager-core...

Is this possibly related to this Git issue? https://github.com/git-for-windows/git/issues/3292 Starting from Git 2.32 (that includes cURL 7.77), TLS client certificates are not being sent automatically when using the schannel backend.

> The affected user are inside a company network and access internet via proxy. There are other users inside the same network for whom it works fine. Have you configured...

> Proxy settings should not be required in our gitconfig. For most users (including me) it works, without a proxy for git beeing defined. We use ZScaler which serves as...