Closed
Description
Describe the bug
When I try to push/pull using gitui, I get a "Bad credentials" error. However, I am able to perform git push
and git pull
without issues.
To Reproduce
Steps to reproduce the behavior:
- Open my git repository
- Run
gitui
- Press
f
to pull. - See error.
Expected behavior
I expect for it to communicate with my SSH agent to use my credentials and successfully perform the git pull/push.
Screenshots
Pulling in terminal:
Pulling in gitui:
Context (please complete the following information):
- Operating system: NixOS + 23.11.3920.25e3d4c0d359
- Gitui Version: 0.26.1
- Rust version: 1.77.2
Additional context
I am using 1Password as an SSH agent. However, I don't think that it should matter which specific SSH agent I am using. So I'm not entirely sure why this is occurring.
Additionally, I am definitely using SSH for my remote origin:
Thanks for the help!