wincredman error over SSH via VSCode remote with GitHub CLI #1346
davetapley
started this conversation in
General
Replies: 2 comments
-
I face the same issue which is a huge blocker for me. It doesn't work, it asks for username and password then fails on git pull/push commands. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried dpapi the other credential store that's supported on Windows?
That might work over ssh, I'm not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's my workflow:
gh repo clone
commandpush
/pull
work, but every time I'm told (x3):That link helpfully says:
git-credential-manager/docs/credstores.md
Line 36 in 2fcbd77
But here's the thing: it does seem to work, because I can
push
/pull
.What's going on here?
Can I suppress the
fatal
error?Should that even be an error since it appears to work regardless? 🤔
Beta Was this translation helpful? Give feedback.
All reactions