The sound distributed version control system

#147 Can't clone remote repositories through ssh

Closed on November 30, 2020
jcoolen on November 30, 2020

Hello!

I tried to clone a remote repository from another computer through ssh: pijul clone ssh://user@ip:/home/user/repo. After typing the password in the prompt, the command doesn’t do anything. Both computers have pijul 1.0.0-alpha.10 installed.

Can someone reproduce this?

Thanks!

pmeunier added a change on November 30, 2020
L5IUD2DSLEK4SYPF6PLNO7C3TZEFYFHNM42HGEHY5VWW5MHD7CXAC
main
pmeunier on November 30, 2020

Hi! Thanks for reporting. There was indeed a problem in the regular expression parsing the protocol. I just pushed a fix, and checked the other regexp (they seem ok).

pmeunier closed this discussion on November 30, 2020
jcoolen on December 3, 2020

Thank you, it works!