On Thu, Oct 27, 2011 at 7:30 AM, etoy2k <[email protected]> wrote:

> Hi all,
>  I have registered on gitorious.org and uploaded my public key
> (generated by ssh-keygen -t rsa). When I try to clone the qtwebkit
> project via ssh, the following error occured:
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly.
>
> Any one can help me out ?
>
> The command line used to clone is:
> git clone [email protected]:webkit/qtwebkit.git
>

The problem seems to be that you're specifying your own username in the SSH
URL, you should use the "git" user instad:

    git clone [email protected]:webkit/qtwebkit.git

Cheers,
- Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to