You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. This looks similar to #433. Do you think the prompting is happening during git fetch or git push?
In my case, I use ssh-agent and ssh-add -K /path/to/key (on macOS) to unlock the key, and then git sync --pull works for me. Does that workaround work for you?
I'll close this issue as a duplicate of #721. I wasn't able to find a good workaround (see the issue description there); if you have any ideas, post them on the issue.
Description of the bug
Submit starts to run before I've typed in my keys password and fails.
If I copy
git push --force-with-lease origin branch1 branch2
into my command line (i.e. run the same command through git), everything works fine.Expected behavior
No response
Actual behavior
No response
Version of
rustc
No response
Automated bug report
No response
Version of
git-branchless
git-branchless-opts 0.7.0-pre.1
Version of
git
git version 2.39.0
The text was updated successfully, but these errors were encountered: