-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch with ssh
works, but pull does not.
#2158
Comments
Update: I am testing against my fork and I can fetch from it and push just fine... but with the remote set to this repo, I get bad credentials on all pull/push/fetch operations 🤔 So unclear why it kinda works on my remote, but nothing works on this as a remote 🤷 |
is there any addional info logged with |
gitui fetch from
gitui pull from
Seems maybe the pull fails once, then succeeds? could be related to round robin trying the SSH in the keyring...? I do have github set explicitly for one key in
|
almost nothing from |
Neither fetch is working (as you could see above). What is worse it fails quietly! |
I'm also running into this issue when pulling or pushing to a github repo with a yubikey-backed ssh key. OS/Distro + Version: Fedora 40 |
Describe the bug
Fetch works... pull doesn't.
To Reproduce
Steps to reproduce the behavior:
shift+f
-> fetch remote, yubikey touch for SSH, works fine 👌p
-> pull remote, yubikey touch for SSH,fetch failed: git error: Bad credentials.
😭Context (please complete the following information):
ratatui
#2157 branchAdditional context
I have multiple ssh and gpg configs that occasionally will error on one that is incorrect, but then try another that is for
git
- I have not tried to see if that is the issue here, but I do not think it's at play in testing so far.The text was updated successfully, but these errors were encountered: