mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.85k stars 155 forks source link

Add information/example about using `irmin-git` + `Mimic.ctx` to interact with a remote repository #1597

Open zshipko opened 2 years ago

zshipko commented 2 years ago

Since we switched from conduit to mimic for git remotes it would be nice to provide some information or an example of how to use Mimic.ctx correctly with irmin-git for https and ssh

shonfeder commented 2 years ago

I would find this very helpful. Any chance someone could provide a pointer to an example, or sketch out the rough shape of how to plumb SSH credential through? I'd be happy to massage a few pointers into an entry in the docs in exchange.