all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Atte Torri via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 70034@debbugs.gnu.org
Subject: bug#70034: Hostkey error when pulling or building from private git repository
Date: Wed, 27 Mar 2024 17:09:34 +0100 (CET)	[thread overview]
Message-ID: <1156672208.1243481.1711555774538.JavaMail.zimbra@universite-paris-saclay.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]

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@beryllium:~$ guix pull 
Updating channel 'guix-test' from Git repository at 'git@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@github.com:Blixodus/guix-test.git") 
(branch "main"))) 

Atte Torri 

[-- Attachment #2: Type: text/html, Size: 1596 bytes --]

             reply	other threads:[~2024-03-27 16:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 16:09 Atte Torri via Bug reports for GNU Guix [this message]
2024-04-10 10:14 ` bug#70034: Hostkey error when pulling or building from private git repository Tim Johann
2024-04-11 17:34 ` Frederickson, Jonathan via Bug reports for GNU Guix
2024-04-12 14:50 ` Frederickson, Jonathan via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1156672208.1243481.1711555774538.JavaMail.zimbra@universite-paris-saclay.fr \
    --to=bug-guix@gnu.org \
    --cc=70034@debbugs.gnu.org \
    --cc=atte.torri@universite-paris-saclay.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.