[Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-16 Thread Behavior Vehikel
Hi, In February I registerd to git.sugarlabs.org/ Now the first public release of my Kandid.activity is ready. At the moment I am trying to push my local GIT repository to git.sugarlabs.org. But there is problem "Permission denied (publickey). fatal: The remote end hung up unexpectedly" What did

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-16 Thread Behavior Vehikel
Navigating on git.sugarlabs.org to my account details (Username: Nostalghia) a SSH key is displayed. It is the same key I had in /.ssh/ Nostalghia.pub my key ends with st...@vehikel. Is this not correct? Thomas 2009/12/16, Walter Bender : > You put you public key on the server? > > -walter > >

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-16 Thread Aleksey Lim
On Wed, Dec 16, 2009 at 08:44:23PM +0100, Behavior Vehikel wrote: > Navigating on git.sugarlabs.org to my account details (Username: > Nostalghia) a SSH key is displayed. > It is the same key I had in /.ssh/ Nostalghia.pub > > my key ends with st...@vehikel. Is this not correct? should be ok >

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-20 Thread Behavior Vehikel
My problem pushing a local GIT repository to http://git.sugarlabs.org/ is now solved. I made an error when generating my key. I told the key generator to place my keys in an file named Nostalghia ssh-keygen -t rsa -f ~/.ssh/Nostalghia . Running the key generator without -f works correctly. Withou

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-20 Thread Walter Bender
Could you please add your new found knowledge to the wiki? Thanks. -walter http://wiki.sugarlabs.org/go/Activity_Team#Problems_logging_in_to_Gitorious.3F On Sun, Dec 20, 2009 at 3:44 AM, Behavior Vehikel wrote: > My problem pushing a local GIT repository to http://git.sugarlabs.org/ > is now s