hakoerber / git-repo-manager

A git tool to manage worktrees and integrate with GitHub and GitLab
https://hakoerber.github.io/git-repo-manager/
GNU General Public License v3.0
62 stars 9 forks source link

grm mt fetch got error about SSH key exchange #56

Open aleung opened 1 year ago

aleung commented 1 year ago

Git CLI and other git tool work, but grm reports error:

$ grm wt fetch
[✘] Error fetching remotes: failed to start SSH session: Unable to exchange encryption keys

Searched the error message online and it seems to relate to libgit2 version.

hakoerber commented 1 year ago

How do you handle your SSH authentication? Do you have an SSH agent running? Can you SSH to the host normally?