-
Notifications
You must be signed in to change notification settings - Fork 591
Keep being re-prompted for credentials (redux) #880
Comments
@kentcb I haven't kept up with this project for a while, but I wanted to point out a clue from the logs. Note the
Further down there's a
The You might be able to workaround it by editing the stored credential in Windows Credential Manager to drop this |
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 be being fed with a I see logs similar to what @kentcb reported if I do:
Any ideas? |
I've dug into this some more and I think @kentcb's log does look pretty normal. When I do a
Looking at the documentation, I think it should only be calling ...but not for the GitHub auth? Something strange is going on. |
I've re-read the
I'm guessing that something is going wrong when @kentcb attempts to clone and |
I wonder if this PR to GCMCore is related?
|
Given that I can't reproduce this on 1.18.4, I'd imagine #840 is the point this behavior changed. Previously, valid credentials weren't erased aggressively. |
I see @kentcb is on
|
I suspect setting the This would just be a workaround though and the question would still be why |
Maybe this is totally unrelated, but I had the same problem, that suddenly personal access tokens were generated on my GitHub account and the Visual Studio GitHub extension asked for credentials frequently. Maybe this helps in some way. |
I've reported this before, but it's come back again. I am continuing to be prompted, seemingly every time I push. I am accumulating a heap of PATs as a result.
Here's the console output with
GCM_TRACE=1
andGIT_TRACE=1
.Once again,
credential.log
is completely empty. I'd love some help to solve this painful problem once and for all. 🙏The text was updated successfully, but these errors were encountered: