* ssh-agent does nothing
@ 2022-09-25 12:57 Jérémy Korwin-Zmijowski
2022-09-25 13:09 ` (
0 siblings, 1 reply; 4+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2022-09-25 12:57 UTC (permalink / raw)
To: Guix Help
Dear Guixters,
I am having trouble to git clone/pull/push from/to repositories relying
on ssh authentication (i.e. git clone git@framagit.org:Jeko/dummy-
project-name.git).
I tried to follow few instructions found on the mailing list but I get
stuck when I see in my terminal `ssh-agent` returning nothing.
(Guix OS + Gnome DE)
Thank you for your help. Take care,
Jérémy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ssh-agent does nothing
2022-09-25 12:57 ssh-agent does nothing Jérémy Korwin-Zmijowski
@ 2022-09-25 13:09 ` (
2022-09-25 19:34 ` Jérémy Korwin-Zmijowski
0 siblings, 1 reply; 4+ messages in thread
From: ( @ 2022-09-25 13:09 UTC (permalink / raw)
To: Jérémy Korwin-Zmijowski, Guix Help
This is how you set up ssh-agent; add this line to your ``bash_profile'':
eval $(ssh-agent) >/dev/null
and relogin.
-- (
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ssh-agent does nothing
2022-09-25 13:09 ` (
@ 2022-09-25 19:34 ` Jérémy Korwin-Zmijowski
2022-09-25 20:21 ` Jérémy Korwin-Zmijowski
0 siblings, 1 reply; 4+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2022-09-25 19:34 UTC (permalink / raw)
To: (, Guix Help
Le dimanche 25 septembre 2022 à 14:09 +0100, ( a écrit :
> This is how you set up ssh-agent; add this line to your
> ``bash_profile'':
>
> eval $(ssh-agent) >/dev/null
>
> and relogin.
>
> -- (
Hi (,
Thank you for your help ! I tried your suggestion but did not solve my
problem.
$ LANG=EN git pull
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
From what I read online, `ssh-agent` should return two lines. But in my
case, nothing is returned. So I guess there is something wrong here…
Jérémy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ssh-agent does nothing
2022-09-25 19:34 ` Jérémy Korwin-Zmijowski
@ 2022-09-25 20:21 ` Jérémy Korwin-Zmijowski
0 siblings, 0 replies; 4+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2022-09-25 20:21 UTC (permalink / raw)
To: (, Guix Help
Hey,
I got the help from nckx on IRC and they found out the ssh-agent binary
was 0 octet.
I blame my poor battery management (occusional brutal shutdowns).
Now running guix `gc --verify=repair,contents` and crossing fingers.
Cheers !
Jeremy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-09-25 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 12:57 ssh-agent does nothing Jérémy Korwin-Zmijowski
2022-09-25 13:09 ` (
2022-09-25 19:34 ` Jérémy Korwin-Zmijowski
2022-09-25 20:21 ` Jérémy Korwin-Zmijowski
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.