GNU bug report logs -
#70034
Hostkey error when pulling or building from private git repository
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello,
I get an error message when trying to `guix pull` a channel from a private git repository or when trying to `guix build` a package from a private git repository
Previously it worked great up until a few days ago. I have tested it on multiple machines and get the same error, as well as for private repositories hosted on gitlab and github.
This is the error message I get when I pull (for build it is essentially the same)
atte <at> beryllium:~$ guix pull
Updating channel 'guix-test' from Git repository at 'git <at> github.com:Blixodus/guix-test.git'...
guix pull: error: Git error: failed to set hostkey preference: The requested method(s) are not currently supported
And this is how I define channels in .config/guix/channels.scm, with a url to a private git repository by ssh
(list (channel
(name 'guix-test)
(url "git <at> github.com:Blixodus/guix-test.git")
(branch "main")))
Atte Torri
[Message part 2 (text/html, inline)]
This bug report was last modified 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.