No subject
Sun May 31 08:28:51 EDT 2009
[olpc at xo-05-25-69 OurMusic.activity]$ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: MANIFEST
# new file: MyMusicASCII.csd
# new file: MyMusicMIDI.csd
# new file: OurMusicASCII.csd
# new file: OurMusicMIDI.csd
# new file: activity/activity-ourmusic.svg
# new file: activity/activity.info
# new file: csndsugui.py
# new file: ourmusic.py
# new file: setup.py
#
[olpc at xo-05-25-69 OurMusic.activity]$ git commit -a -m "Fine-tune default
font displays through XO-1.5 and SoaS Blueberry"
Created initial commit ca2ec96: Fine-tune default font displays through
XO-1.5 and SoaS Blueberry
10 files changed, 1873 insertions(+), 0 deletions(-)
create mode 100644 MANIFEST
create mode 100644 MyMusicASCII.csd
create mode 100644 MyMusicMIDI.csd
create mode 100644 OurMusicASCII.csd
create mode 100644 OurMusicMIDI.csd
create mode 100644 activity/activity-ourmusic.svg
create mode 100644 activity/activity.info
create mode 100644 csndsugui.py
create mode 100644 ourmusic.py
create mode 100644 setup.py
[olpc at xo-05-25-69 OurMusic.activity]$ git push
gitorious at git.sugarlabs.org:our-music/mainline.git
To gitorious at git.sugarlabs.org:our-music/mainline.git
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to
'gitorious at git.sugarlabs.org:our-music/mainline.git'
What am I doing wrong or not doing? (I've the feeling that the above setup
is for an "initial commit" and that I need something else.)
Art Hunkins
----- Original Message -----
From: "Aleksey Lim" <alsroot at member.fsf.org>
To: "Art Hunkins" <abhunkin at uncg.edu>
Cc: <Sugar-devel at lists.sugarlabs.org>
Sent: Wednesday, February 17, 2010 5:27 PM
Subject: Re: [Sugar-devel] Setting public key - gitorious
> 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 a clip. I can get the entire
>> line
>> of characters selected, but copying it doesn't create a clip.
>>
>> Any ideas?
>
> just type in Terminal
>
> cat <path-to-pub-key>
>
> then double click on key text to select it and middle click in Browse in
> gitorious text field to paste
>
> --
> Aleksey
More information about the Sugar-devel
mailing list