[Sugar-devel] initial commit to git?

World Class Project Development Team develop at worldclassproject.org.uk
Sun Jun 6 19:49:35 EDT 2010


Hi

Sorry if some of this has been suggested below or if you've tried this.
First I notice in your activity that your public push url is misisng

eg in my project I have

*Push url:* gitorious at git.sugarlabs.org:freefrommalaria/mainline.git

which you dont

I was also getting the remote end hung error as well

*fatal: The remote end hung up unexpectedly*

You could try
http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ#How_do_I_create_a_new_project.3F
http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ
http://wiki.sugarlabs.org/go/Activity_Team/Git_Tutorial

and altough  you're not migrating you could take a glance at
http://wiki.sugarlabs.org/go/Activity_Team/How_to_migrate_from_OLPC
but it may not all be appropriate for you.

Also
http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg01655.html


Sorry if none of this helps,  just my two cents worth.
Dev


On Mon, Jun 7, 2010 at 12:16 AM, Art Hunkins <abhunkin at uncg.edu> wrote:

> Many thanks, Walter, Luke and Sasha for all your suggestions. I've tried
> them all and am still stymied. (I'm about at wit's end as well.)
>
> I also did a complete ssh-keyget procedure (correctly, I think). Following
> this, I went back to Gary Martin's original basic git push routine (signed
> in at gitorious); the result is the dialog below:
>
> [liveuser at localhost Activities]$ cd SMMClone.activity
> [liveuser at localhost SMMClone.activity]$ git init
> Initialized empty Git repository in
> /home/liveuser/Activities/SMMClone.activity/.git/
> [liveuser at localhost SMMClone.activity]$ git add .
> [liveuser at localhost SMMClone.activity]$ git status
> # On branch master
> #
> # Initial commit
> #
> # Changes to be committed:
> #   (use "git rm --cached <file>..." to unstage)
> #
> # new file:   MANIFEST
> # new file:   MoonMusic.csd
> # new file:   SunMusic.csd
> # new file:   activity/activity-sunmoonmusic.svg
> # new file:   activity/activity.info
> # new file:   csndsugui.py
> # new file:   setup.py
> # new file:   sunmoonmusic.py
> #
> [liveuser at localhost SMMClone.activity]$ git commit -a -m" Initial commit"
> [master (root-commit) 896e920]  Initial commit
>  8 files changed, 1185 insertions(+), 0 deletions(-)
>  create mode 100755 MANIFEST
>  create mode 100755 MoonMusic.csd
>  create mode 100755 SunMusic.csd
>  create mode 100755 activity/activity-sunmoonmusic.svg
>  create mode 100755 activity/activity.info
>  create mode 100755 csndsugui.py
>  create mode 100755 setup.py
>  create mode 100755 sunmoonmusic.py
> [liveuser at localhost SMMClone.activity]$ git push
> gitorious at git.sugarlabs.org:sun-moon-music/mainline.git
> The authenticity of host 'git.sugarlabs.org (140.211.167.221)' can't be
> established.
> RSA key fingerprint is 1f:8a:17:50:d0:1f:6d:34:83:3c:46:63:81:c0:cd:e2.
> Are you sure you want to continue connecting (yes/no)? y
> Please type 'yes' or 'no': yes
> Warning: Permanently added 'git.sugarlabs.org,140.211.167.221' (RSA) to
> the
> list of known hosts.
> No refs in common and none specified; doing nothing.
> Perhaps you should specify a branch such as 'master'.
> fatal: The remote end hung up unexpectedly
> error: failed to push some refs to
> 'gitorious at git.sugarlabs.org:sun-moon-music/mainline.git'
> [liveuser at localhost SMMClone.activity]$
>
> -----
> The line:
> Perhaps you should specify a branch such as 'master'.
> keeps showing up in these dialogs. To my knowledge there is *nothing but* a
> "master." Maybe my latest projects are not setup correctly in gitorious
> (though I think they are). Could someone please take a look? The project is
> "Sun-Moon Music." (I've not seen anything strange at gitorious.)
>
> FWIW, this initial commit to gitorious is now the *only* thing relative to
> creating Sugar activities that I've been unable to eventually do on my own.
> Either Alexei or Gary previously set up initial commits for Our Music and
> Our Music MC (thanks again to both of you) - as I experienced problems then
> as well. I really would like to be successful with this final step.
>
> Further ideas most appreciated.
>
> Art Hunkins
>
>
> ----- Original Message -----
> From: "Walter Bender" <walter.bender at gmail.com>
> To: "Art Hunkins" <abhunkin at uncg.edu>
> Cc: "Luke Faraone" <luke at faraone.cc>; <sugar-devel at lists.sugarlabs.org>
> Sent: Sunday, June 06, 2010 7:25 AM
> Subject: Re: [Sugar-devel] initial commit to git?
>
>
> > On Sat, Jun 5, 2010 at 9:57 PM, Art Hunkins <abhunkin at uncg.edu> wrote:
> >> Still experiencing difficulty.
> >>
> >> Followed directions precisely (thanks again, Luke). No problem until
> "git
> >> push origin master." Response is:
> >> Access denied or bad command
> >> fatal: the remote end hung up unexpectedly.
> >>
> >> I then ran the "git remote add origin ..." command without "ssh://",
> >> which
> >> is what the git documentation suggests. The response to this line is:
> >> fatal: 'gitorious at git.sugarlabs.org/sun-moon-music/mainline.git' does
> not
> >> appear to be a git repository
> >
> > Art:
> >
> > Check the URL in .git/config
> > Is it url = gitorious at git.sugarlabs.org/sun-moon-music/mainline.git or
> > url = gitorious at git.sugarlabs.org:sun-moon-music/mainline.git
> >
> > If the former (/), you might want to try the latter (:).
> >
> > -walter
> >>
> >> Of course it is a repository, and it's listed as one in gitorious. (No
> >> problems apparent.)
> >>
> >> Two thoughts:
> >> 1) Are maybe my keys corrupted? Perhaps I should make another pair.
> >> (However
> >> they were accepted when I revised my old activities - from the same SoaS
> >> (Blueberry).
> >>
> >> 2) Is gitorious experiencing any difficulties currently?
> >>
> >> Art Hunkins
> >>
> >> ----- Original Message -----
> >> From: "Luke Faraone" <luke at faraone.cc>
> >> To: "Art Hunkins" <abhunkin at uncg.edu>
> >> Cc: <sugar-devel at lists.sugarlabs.org>
> >> Sent: Friday, June 04, 2010 10:38 PM
> >> Subject: Re: [Sugar-devel] initial commit to git?
> >>
> >>
> >> On Fri, Jun 4, 2010 at 22:31, Art Hunkins <abhunkin at uncg.edu> wrote:
> >>> [liveuser at localhost SMMClone.activity]$ git remote add origin
> >>> usage: git remote add [<options>] <name> <url>
> >>>
> >>> -f, --fetch fetch the remote branches
> >>> -t, --track <branch> branch(es) to track
> >>> -m, --master <branch>
> >>> master branch
> >>> --mirror no separate remotes
> >>>
> >>> [liveuser at localhost SMMClone.activity]$
> >>> ssh://gitorious@git.sugarlabs.org/sun-moon-music/mainline.git
> >>>
> >>> bash: ssh://gitorious@git.sugarlabs.org/sun-moon-music/mainline.git
> >>>
> >>> : No such file or directory
> >>
> >> Sorry, the "git add remote origin" and ssh lines were supposed to be
> >> on the same line, separated by a space. My mail client munged it and
> >> split it across lines. Apologies for the inconvenience.
> >>
> >>
> >> --
> >> Luke Faraone
> >> http://luke.faraone.cc
> >>
> >> _______________________________________________
> >> Sugar-devel mailing list
> >> Sugar-devel at lists.sugarlabs.org
> >> http://lists.sugarlabs.org/listinfo/sugar-devel
> >>
> >
> >
> >
> > --
> > Walter Bender
> > Sugar Labs
> > http://www.sugarlabs.org
>
> _______________________________________________
> Sugar-devel mailing list
> Sugar-devel at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sugarlabs.org/archive/sugar-devel/attachments/20100607/04c7ef4f/attachment-0001.htm 


More information about the Sugar-devel mailing list