Re: Git credential helper store flushes randomly

2017-05-12 Thread Райцин Антон
12.05.2017 11:45, Jeff King пишет: On Fri, May 12, 2017 at 10:24:50AM +0200, Matthieu Moy wrote: Jeff King writes: The only time it should remove an entry is when Git asks it to. And the only time that happens is when Git sees the credential rejected by the server (e.g., an HTTP 401 even aft

Re: Git credential helper store flushes randomly

2017-05-12 Thread Jeff King
On Fri, May 12, 2017 at 10:24:50AM +0200, Matthieu Moy wrote: > Jeff King writes: > > > The only time it should remove an entry is when Git asks it to. And the > > only time that happens is when Git sees the credential rejected by the > > server (e.g., an HTTP 401 even after we fed the stored cr

Re: Git credential helper store flushes randomly

2017-05-12 Thread Matthieu Moy
Jeff King writes: > The only time it should remove an entry is when Git asks it to. And the > only time that happens is when Git sees the credential rejected by the > server (e.g., an HTTP 401 even after we fed the stored credential). I > don't know why that would happen unless there's some non-d

Re: Git credential helper store flushes randomly

2017-05-12 Thread Jeff King
On Fri, May 12, 2017 at 11:05:19AM +0300, Райцин Антон wrote: > I have very strange git credentials store behavior on one of my servers. > I Use Ubuntu 14.04 LTS and git 2.10.2. The server have multiple users with > multiple projects, so they have got many different git credentials to > different

Git credential helper store flushes randomly

2017-05-12 Thread Райцин Антон
Hello. I have very strange git credentials store behavior on one of my servers. I Use Ubuntu 14.04 LTS and git 2.10.2. The server have multiple users with multiple projects, so they have got many different git credentials to different repositories. I set git config --global credential.helper s