* guix pull ssh authentication error
@ 2023-11-24 3:44 Mauritz Stenek
2023-11-24 15:47 ` Mauritz Stenek
2023-12-01 14:26 ` Simon Tournier
0 siblings, 2 replies; 6+ messages in thread
From: Mauritz Stenek @ 2023-11-24 3:44 UTC (permalink / raw)
To: help-guix
I'm trying out Guix in a virtual machine and am trying to pull
from a personal channel through ssh, but I keep getting this
error:
```
guix pull: error: Git error: Failed to retrieve list of SSH
authentication methods: Failed getting response
```
Any ideas on how the resolve this?
Poking around the internet, it seems that it might be a problem
with libgit2.
Thanks.
--
Mauritz Stenek <mstenek@disroot.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix pull ssh authentication error
2023-11-24 3:44 guix pull ssh authentication error Mauritz Stenek
@ 2023-11-24 15:47 ` Mauritz Stenek
2023-12-01 14:26 ` Simon Tournier
1 sibling, 0 replies; 6+ messages in thread
From: Mauritz Stenek @ 2023-11-24 15:47 UTC (permalink / raw)
To: help-guix
Funny thing, when I use ssh for something else, something is
triggered that `git pull` works; any ideas?
On 2023-11-23 at 21:44, Mauritz Stenek <mstenek@disroot.org>
wrote:
> I'm trying out Guix in a virtual machine and am trying to pull
> from a personal
> channel through ssh, but I keep getting this error:
>
> ```
> guix pull: error: Git error: Failed to retrieve list of SSH
> authentication
> methods: Failed getting response
> ```
>
> Any ideas on how the resolve this?
>
> Poking around the internet, it seems that it might be a problem
> with libgit2.
>
> Thanks.
--
Mauritz Stenek <mstenek@disroot.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix pull ssh authentication error
2023-11-24 3:44 guix pull ssh authentication error Mauritz Stenek
2023-11-24 15:47 ` Mauritz Stenek
@ 2023-12-01 14:26 ` Simon Tournier
2023-12-01 18:46 ` Mauritz Stenek
1 sibling, 1 reply; 6+ messages in thread
From: Simon Tournier @ 2023-12-01 14:26 UTC (permalink / raw)
To: Mauritz Stenek, help-guix
Hi,
On Thu, 23 Nov 2023 at 21:44, Mauritz Stenek <mstenek@disroot.org> wrote:
> ```
> guix pull: error: Git error: Failed to retrieve list of SSH
> authentication methods: Failed getting response
> ```
Could you describe your channels.scm file? And pulling from which Guix
revision?
Cheers,
simon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix pull ssh authentication error
2023-12-01 14:26 ` Simon Tournier
@ 2023-12-01 18:46 ` Mauritz Stenek
2023-12-02 13:33 ` Simon Tournier
0 siblings, 1 reply; 6+ messages in thread
From: Mauritz Stenek @ 2023-12-01 18:46 UTC (permalink / raw)
To: Simon Tournier; +Cc: help-guix
On 2023-12-01 at 08:26, Simon Tournier <zimon.toutoune@gmail.com>
wrote:
> Hi,
>
> On Thu, 23 Nov 2023 at 21:44, Mauritz Stenek
> <mstenek@disroot.org> wrote:
>
>> ```
>> guix pull: error: Git error: Failed to retrieve list of SSH
>> authentication methods: Failed getting response
>> ```
>
> Could you describe your channels.scm file? And pulling from
> which Guix
> revision?
Here it goes:
```
$ guix describe
Generation 16 Nov 30 2023 15:13:47 (current)
guix 2b782f6
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
```
>
> Cheers,
> simon
--
Mauritz Stenek <mstenek@disroot.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix pull ssh authentication error
2023-12-01 18:46 ` Mauritz Stenek
@ 2023-12-02 13:33 ` Simon Tournier
2023-12-05 18:11 ` Mauritz Stenek
0 siblings, 1 reply; 6+ messages in thread
From: Simon Tournier @ 2023-12-02 13:33 UTC (permalink / raw)
To: Mauritz Stenek; +Cc: help-guix
Hi,
On ven., 01 déc. 2023 at 12:46, Mauritz Stenek <mstenek@disroot.org> wrote:
>>> ```
>>> guix pull: error: Git error: Failed to retrieve list of SSH
>>> authentication methods: Failed getting response
>>> ```
>>
>> Could you describe your channels.scm file? And pulling from
>> which Guix
>> revision?
>
> Here it goes:
>
> ```
> $ guix describe
> Generation 16 Nov 30 2023 15:13:47 (current)
> guix 2b782f6
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
> ```
Here, there is no SSH involved. :-) Could you share your channels.scm
file?
Cheers,
simon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: guix pull ssh authentication error
2023-12-02 13:33 ` Simon Tournier
@ 2023-12-05 18:11 ` Mauritz Stenek
0 siblings, 0 replies; 6+ messages in thread
From: Mauritz Stenek @ 2023-12-05 18:11 UTC (permalink / raw)
To: Simon Tournier; +Cc: help-guix
:D indeed.
I have another thread that basically explains the same situation
--
https://lists.gnu.org/archive/html/help-guix/2023-12/msg00025.html
-- we can continue the conversation there.
Nevertheless, merci beaucoup!
On 2023-12-02 at 07:33, Simon Tournier <zimon.toutoune@gmail.com>
wrote:
> Hi,
>
> On ven., 01 déc. 2023 at 12:46, Mauritz Stenek
> <mstenek@disroot.org> wrote:
>
>>>> ```
>>>> guix pull: error: Git error: Failed to retrieve list of SSH
>>>> authentication methods: Failed getting response
>>>> ```
>>>
>>> Could you describe your channels.scm file? And pulling from
>>> which Guix
>>> revision?
>>
>> Here it goes:
>>
>> ```
>> $ guix describe
>> Generation 16 Nov 30 2023 15:13:47 (current)
>> guix 2b782f6
>> repository URL: https://git.savannah.gnu.org/git/guix.git
>> branch: master
>> commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
>> ```
>
> Here, there is no SSH involved. :-) Could you share your
> channels.scm
> file?
>
> Cheers,
> simon
--
Mauritz Stenek <mstenek@disroot.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-05 18:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24 3:44 guix pull ssh authentication error Mauritz Stenek
2023-11-24 15:47 ` Mauritz Stenek
2023-12-01 14:26 ` Simon Tournier
2023-12-01 18:46 ` Mauritz Stenek
2023-12-02 13:33 ` Simon Tournier
2023-12-05 18:11 ` Mauritz Stenek
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.