On Tue, Apr 14, 2009 at 2:20 AM, Nurali Abdurahmonov <[email protected]> wrote:
> Hi!
>
> Iʻve a git access problem. My svn account works normal. but cannot cloning
> with this account on git.gnome org. Error:
> nur...@nurali:~> git clone ssh://[email protected]/anjal
> Initialized empty Git repository in /home/nurali/anjal/.git/
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> nur...@nurali:~>

Hi Nurali,

The command should be
$ git clone ssh://[email protected]/git/anjal

(note the '/git/' part).

However, the problem appears to relate to your key, because
if your key was fine, you would get a different error message,
"fatal: '/anjal': unable to chdir or not a git archive"

There are some steps to try to diagnose the problem at
http://live.gnome.org/TranslationProject/GitHowTo

In your case, I suspect that the issue is with your ~/.ssh/id_dsa or
~/.ssh/id_rsa.
If you upgrade your Linux, you need to keep those files because they are your
private keys, private keys that are linked to the public key that has been added
to GNOME during your registration.
Can you verify whether the issue is with lost id_dsa or id_rsa files?

Simos
_______________________________________________
gnome-infrastructure mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-infrastructure

Reply via email to