Jamie Cansdale
Jamie Cansdale
Or even from a Twitter account that people could tweet suggested encouragements to. 😄
Some notes when _publishing_ to GitHub Packages: 1. The project's `RepositoryUrl` must point to a GitHub repository URL 2. The `OWNER` in `https://nuget.pkg.github.com/OWNER/index.json` can be anything 3. Basic authentication must...
Thanks for the suggestion @shiftkey. I'm digging into this from the support side as well and will report back with any findings. It does look like the credential manager might...
@shiftkey, I've dug into this some more and I think @kentcb's log does look pretty normal. When I do a `git fetch`, I'm also seeing a calls to both `git-credential-manager...
I've re-read the `git credential` docs and _think_ I understand what's going on: https://git-scm.com/docs/git-credential 1. obtain credentials using `git credential-manager fill` 2. try doing a `git clone` 3. call `git...
I wonder if this PR to GCMCore is related? - Only erase credentials that match the username/password if specified https://github.com/microsoft/Git-Credential-Manager-Core/pull/25
I see @kentcb is on `v1.19.0`: ``` 11:51:44.400521 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.19.0) 'get' ```
I suspect setting the `GCM_VALIDATE` to 'false' would bypass this issue. When it's set to `false`, the credential manager won't attempt to validate the credentials every time they're used. This...
Hi @iozcelik, I'm sorry you were experiencing this! Did you ever manage to get it to work?
@iozcelik @techduggu, Are you by any chance using a VPN?