Re: [Sugar-devel] Setting public key - gitorious

2010-02-21 Thread Art Hunkins
@lists.sugarlabs.org Sent: Friday, February 19, 2010 6:42 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Fri, Feb 19, 2010 at 05:30:22PM -0500, Art Hunkins wrote: When I do: git config --list I get only: core.repositoryformatversion=0 core.filemode=true core.bare=false

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread James Simmons
It covers a lot of what you've just been through. James Simmons Date: Thu, 18 Feb 2010 18:59:31 -0500 From: Art Hunkins abhun...@uncg.edu Subject: Re: [Sugar-devel] Setting public key - gitorious To: Aleksey Lim alsr...@member.fsf.org Cc: Sugar-devel@lists.sugarlabs.org Message-ID

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Art Hunkins
...@xo-05-25-69.localdomain Art Hunkins - Original Message - From: Aleksey Lim alsr...@member.fsf.org To: Art Hunkins abhun...@uncg.edu Cc: Sugar-devel@lists.sugarlabs.org Sent: Thursday, February 18, 2010 11:48 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Thu, Feb

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Art Hunkins
, February 19, 2010 11:29 AM Subject: Re: [Sugar-devel] Setting public key - gitorious Art, When git tells you it failed to push some refs that generally means that the remote repository has some changes that are not in your local repository. Do a git pull to get these changes brought in, have

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Aleksey Lim
On Fri, Feb 19, 2010 at 12:42:41PM -0500, Art Hunkins wrote: Here's the ssh output. Below it, I've also printed the public key itself. ... you got connected via ssh to git server and if output of command `git config remote.origin.url` is still gitori...@git.sugarlabs.org:our-music/mainline.git

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Art Hunkins
@lists.sugarlabs.org Sent: Friday, February 19, 2010 2:50 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Fri, Feb 19, 2010 at 12:42:41PM -0500, Art Hunkins wrote: Here's the ssh output. Below it, I've also printed the public key itself. ... you got connected via ssh to git

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread James Cameron
On Fri, Feb 19, 2010 at 04:20:17PM -0500, Art Hunkins wrote: git config remote.origin.url I get nothing but the commandline back. Me too. But: git config --list works better for me to see remote.origin.url -- James Cameron http://quozl.linux.org.au/

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Art Hunkins
alsr...@member.fsf.org; Sugar-devel@lists.sugarlabs.org Sent: Friday, February 19, 2010 4:34 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Fri, Feb 19, 2010 at 04:20:17PM -0500, Art Hunkins wrote: git config remote.origin.url I get nothing but the commandline back. Me too

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread James Cameron
On Fri, Feb 19, 2010 at 05:30:22PM -0500, Art Hunkins wrote: No remote.origin.url Problem? Not really, it probably means you created that repository locally rather than clone from a remote one. Try cloning from a remote one, see if you get the same result. Repositories are just copies of each

Re: [Sugar-devel] Setting public key - gitorious

2010-02-19 Thread Aleksey Lim
; Sugar-devel@lists.sugarlabs.org Sent: Friday, February 19, 2010 4:34 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Fri, Feb 19, 2010 at 04:20:17PM -0500, Art Hunkins wrote: git config remote.origin.url I get nothing but the commandline back. Me too

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Art Hunkins
is for an initial commit and that I need something else.) Art Hunkins - Original Message - From: Aleksey Lim alsr...@member.fsf.org To: Art Hunkins abhun...@uncg.edu Cc: Sugar-devel@lists.sugarlabs.org Sent: Wednesday, February 17, 2010 5:27 PM Subject: Re: [Sugar-devel] Setting public key - gitorious

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Aleksey Lim
On Thu, Feb 18, 2010 at 04:16:13PM -0500, Art Hunkins wrote: Due to wonderful help from Aleksey, Bernie and Gary, I've been able to both login to my gitorious account and add a valid ssh key. Thanks so much, guys. Now all I need to do is to push updates of my projects there (here's where

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Art Hunkins
-devel@lists.sugarlabs.org Sent: Thursday, February 18, 2010 6:18 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Thu, Feb 18, 2010 at 04:16:13PM -0500, Art Hunkins wrote: Due to wonderful help from Aleksey, Bernie and Gary, I've been able to both login to my gitorious account

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Aleksey Lim
To: Art Hunkins abhun...@uncg.edu Cc: Sugar-devel@lists.sugarlabs.org Sent: Thursday, February 18, 2010 6:18 PM Subject: Re: [Sugar-devel] Setting public key - gitorious On Thu, Feb 18, 2010 at 04:16:13PM -0500, Art Hunkins wrote: Due to wonderful help from Aleksey, Bernie and Gary, I've been

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Art Hunkins
: Re: [Sugar-devel] Setting public key - gitorious On Thu, Feb 18, 2010 at 06:59:31PM -0500, Art Hunkins wrote: I did the initial commit with these results (similar to what I got before): [o...@xo-05-25-69 ~]$ cd Activities/OurMusic.activity [o...@xo-05-25-69 OurMusic.activity]$ git remote add

Re: [Sugar-devel] Setting public key - gitorious

2010-02-18 Thread Aleksey Lim
On Thu, Feb 18, 2010 at 10:05:23PM -0500, Art Hunkins wrote: I thought I got it this time. I had something to commit, but the push fails again with a publickey error. I thought we had that fixed. [o...@xo-05-25-69 OurMusic.activity]$ git status # On branch master # Changed but not updated:

[Sugar-devel] Setting public key - gitorious

2010-02-17 Thread Art Hunkins
I'm trying to get the Nano text editor to create a text clip of my public key to paste into my gitorious account. Basically, I can't manage to copy the single long stream of characters (it overflows the window many times over) to a clip. I can get the entire line of characters selected, but

Re: [Sugar-devel] Setting public key - gitorious

2010-02-17 Thread Aleksey Lim
On Wed, Feb 17, 2010 at 05:06:25PM -0500, Art Hunkins wrote: I'm trying to get the Nano text editor to create a text clip of my public key to paste into my gitorious account. Basically, I can't manage to copy the single long stream of characters (it overflows the window many times over) to