From: Bastien G. <bz...@gn...> - 2016-04-12 12:44:03
|
Hi Holger, Holger Levsen <ho...@la...> writes: > On Mon, Apr 11, 2016 at 10:09:14AM +0200, Bastien Guerry wrote: >> > you need (to create) an alioth account and then (use its web ui to) apply to >> > become a member of the tux4kids group. >> Done. > > same here (though it seems someone else was faster, thanks! On alioth, the "source" page for tux4kids suggests that I can clone these two repositories: git clone https://alioth.debian.org/anonscm/git/tux4kids/tux4kids.git git clone git+ssh://bzg...@sc...//git/tux4kids/tux4kids.git both it doesn't work for me. The first one seems empty. The second one throws this error: Permission denied (publickey). fatal: Could not read from remote repository. I was expecting this to work: git clone git+ssh://bzg...@gi.../git/tux4kids/tux4kids-web.git as suggested on https://tux4kids.alioth.debian.org/git.php But it throws the same error, as if my ssh access was not correct or as if my permissions were not set for the repos. My public key is stored correctly on alioth and ~/.ssh/config (0600) looks like this: Host svn.debian.org git.debian.org bzr.debian.org hg.debian.org darcs.debian.org arch.debian.org alioth.debian.org User bzg-guest Is there anything else I can check on my side? Can it be because my public key uses DSA instead of RSA? Thanks for any hint! -- Bastien |