[gitorious] Remote just hung up

2012-09-14 Thread Selva Kumar
I tried to publish my changes. but it throws this error?? is it just me 
experiencing this problem???  


==

/media/Programming/tutorials/git_tut/tutorial$ git push origin master
The authenticity of host 'gitorious.org (87.238.52.168)' can't be 
established.
RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to the list 
of known hosts.
Agent admitted failure to sign using the key.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly


==

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Remote just hung up

2012-09-14 Thread Marius Mårnes Mathiesen
On Fri, Sep 14, 2012 at 12:56 PM, Selva Kumar gang.of.convi...@gmail.comwrote:

 I tried to publish my changes. but it throws this error?? is it just me
 experiencing this problem???


 ==

 /media/Programming/tutorials/git_tut/tutorial$ git push origin master
 The authenticity of host 'gitorious.org (87.238.52.168)' can't be
 established.
 RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to the
 list of known hosts.
 Agent admitted failure to sign using the key.
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly


Selva,
Did you add your SSH public key to Gitorious, and is the corresponding
private key on your computer?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Remote just hung up

2012-09-14 Thread Selva Kumar


On Friday, September 14, 2012 4:36:01 PM UTC+5:30, Marius Mårnes Mathiesen 
wrote:

 On Fri, Sep 14, 2012 at 12:56 PM, Selva Kumar 
 gang.of@gmail.comjavascript:
  wrote:

 I tried to publish my changes. but it throws this error?? is it just me 
 experiencing this problem???  

 
 ==

 /media/Programming/tutorials/git_tut/tutorial$ git push origin master
 The authenticity of host 'gitorious.org (87.238.52.168)' can't be 
 established.
 RSA key fingerprint is 7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'gitorious.org,87.238.52.168' (RSA) to the 
 list of known hosts.
 Agent admitted failure to sign using the key.
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly


 Selva,
 Did you add your SSH public key to Gitorious, and is the corresponding 
 private key on your computer?

 Cheers,
 - Marius


yes I did.  i'm able to clone the repo and fetch the repo . i just can't 
push 

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Remote just hung up

2012-09-14 Thread Kevin Cox
On Sep 14, 2012 7:25 AM, Selva Kumar gang.of.convi...@gmail.com wrote:


 yes I did.  i'm able to clone the repo and fetch the repo . i just can't
push


It looks like you don't have write permissions. To that repo.  You can
still login and clone but you can't push.  Ask the project owner to add you
to the committers group. (Or ask him what the best way to contribute is)

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com