git
Sylvain BERTRAND <[email protected]> Wed, 17 Dec 2014 17:40:10 +0100
| Newsgroups | gmane.network.lsh.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, How do you use lsh with git? For my part, there is what I did: - I created a ssh symbolic link to lsh. - I worked around the [user@] URL parsing using the LOGNAME environnment variable. (It seems git URLs with ~user expansion do not work neither) - I created specific lsh key pairs, due to the private key export/import "limitations" (actually, the private key format mess, lol). I may have a different key pair for each git repository, hence, does the -i option finally work? (with git I'll use the flags related environment variable to pass the several -i options) best regards, -- Sylvain BERTRAND