Re: git push => git: 'credential-winstore' is not a git command.

2018-05-23 Thread Chris
Thanks, Peff. I should have thought about the configuration hierarchy... This evening I need to do some trial-and-error with the three credential entries that found. Want what you have, Chris On Wed, May 23, 2018 at 1:16 AM, Jeff King wrote: > On Sun, May 20, 2018 at 10:17:54AM

Re: git push => git: 'credential-winstore' is not a git command.

2018-05-23 Thread Jeff King
On Sun, May 20, 2018 at 10:17:54AM -0500, Chris wrote: > git config --global --unset credential.helper > > > This did help me, because previously Git was trying to authenticate me > with the Microsoft account I use to log into my Windows, which is > unrelated to the account I need to use to

git push => git: 'credential-winstore' is not a git command.

2018-05-20 Thread Chris
Hi, Windows 10 git version 2.17.0.windows.1 I'm having a problem very similar to this one: https://stackoverflow.com/questions/11693074/git-credential-cache-is-not-a-git-command One of the comments on the question suggests this command: git config --global --unset credential.helper This did