mnauw / git-remote-hg

Transparent bidirectional bridge between Git and Mercurial for Git
GNU General Public License v2.0
62 stars 5 forks source link

Possibility to support ssh:// protocol? #56

Open nekopep opened 1 month ago

nekopep commented 1 month ago

Hello, I've successfully managed to clone https:// repository specifying user and password like https://user:password@myrepo. Sadly i can't manage to clone my repo with ssh key (preloaded with ssh-add). Is it hard to add ssh protocol support? Can you provide some hint on how to add support for it?

mnauw commented 1 month ago

Using a url of the form hg::ssh://xyz should work (or so it does in some local testing).