Fail to pull over ssh on Windows #2493
Unanswered
jimofthecorn
asked this question in
Q&A
Replies: 1 comment
-
Solution: run 'start-ssh-agent' in any cmd/powershell instance in which you want to run lazygit. Seems to only require password once/login. |
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
-
Hi all,
With a repo on Windows set up for ssh access, when I do 'git pull' in a shell it prompts for the ssh key password & successfully pulls. When I try to pull in lazygit I get a "permission denied (publickey)" error, so evidently lazygit is not finding the key in $HOME\.ssh?
Beta Was this translation helpful? Give feedback.
All reactions