Hello, Le samedi 15 mai 2021 à 08:07 +0100, Phil a écrit : > It also looks like there is no problem with Git. I can clone the > > channel `git clone > > ssh://<user>@<ip-address>:22/absolute/path/to/<git-repo>/`. Where > > <user> is the user in the output of `ls -l <git-repo>`.
guix uses libgit2, which is not the same implementation as git. libgit2 does not support everything git does. So, it can happen that git works but libgit2 does not.