Re: [Sugar-devel] initial commit to git?

2010-06-09 Thread Art Hunkins
Subject: Re: [Sugar-devel] initial commit to git? El Mon, 07-06-2010 a las 00:15 -0400, Art Hunkins escribió: Martin, Thanks for the additional information. Regarding the requirement to add master at the end of the first git push for an activity: nowhere in the wiki git docs do I see

Re: [Sugar-devel] initial commit to git?

2010-06-09 Thread Bernie Innocenti
El Sun, 06-06-2010 a las 06:44 +, Sascha Silbe escribió: ssh://gitori...@git.sugarlabs.org/sun-moon-music/mainline.git The correct repository location is gitori...@git.sugarlabs.org:sun-moon-music/mainline.git . Anything else won't work (not even

Re: [Sugar-devel] initial commit to git?

2010-06-08 Thread Bernie Innocenti
El Mon, 07-06-2010 a las 00:15 -0400, Art Hunkins escribió: Martin, Thanks for the additional information. Regarding the requirement to add master at the end of the first git push for an activity: nowhere in the wiki git docs do I see (or did I see) mention of this fact. All the

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Sascha Silbe
Excerpts from Art Hunkins's message of Sun Jun 06 01:57:18 + 2010: 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: 'gitori...@git.sugarlabs.org/sun-moon-music/mainline.git' does not

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Walter Bender
Hunkins abhun...@uncg.edu Cc: sugar-devel@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 abhun...@uncg.edu wrote: [liveu...@localhost SMMClone.activity]$ git remote add origin usage: git

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
- From: Walter Bender walter.ben...@gmail.com To: Art Hunkins abhun...@uncg.edu Cc: Luke Faraone l...@faraone.cc; sugar-devel@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 abhun...@uncg.edu

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread World Class Project Development Team
: Re: [Sugar-devel] initial commit to git? On Sat, Jun 5, 2010 at 9:57 PM, Art Hunkins abhun...@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

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Martin Dengler
On Sun, Jun 06, 2010 at 07:16:55PM -0400, Art Hunkins wrote: $ git push gitori...@git.sugarlabs.org:sun-moon-music/mainline.git [...] No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. The line: Perhaps you should specify a branch such

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
, 2010 9:31 PM Subject: Re: [Sugar-devel] initial commit to git? ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Martin Dengler
Glad you sorted it out. On Sun, Jun 06, 2010 at 11:00:43PM -0400, Art Hunkins wrote: Simple enough: just add master to the end of your first git push command. (I believe it's only necessary for the initial commit.) Yes, because there is no master ref in the remote repo - it's empty of commit

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
Bender walter.ben...@gmail.com; sugar-devel@lists.sugarlabs.org; Luke Faraone l...@faraone.cc Sent: Sunday, June 06, 2010 11:35 PM Subject: Re: [Sugar-devel] initial commit to git? ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] initial commit to git?

2010-06-04 Thread Luke Faraone
On Fri, Jun 4, 2010 at 14:43, Art Hunkins abhun...@uncg.edu wrote: What did I do wrong or leave out? Try: git remote add origin ssh://gitori...@git.sugarlabs.org/sun-moon-music/mainline.git git push origin master -- Luke Faraone http://luke.faraone.cc

Re: [Sugar-devel] initial commit to git?

2010-06-04 Thread Art Hunkins
Message - From: Luke Faraone l...@faraone.cc To: Art Hunkins abhun...@uncg.edu Cc: sugar-devel@lists.sugarlabs.org Sent: Friday, June 04, 2010 4:15 PM Subject: Re: [Sugar-devel] initial commit to git? On Fri, Jun 4, 2010 at 14:43, Art Hunkins abhun...@uncg.edu wrote: What did I do wrong or leave

Re: [Sugar-devel] initial commit to git?

2010-06-04 Thread Luke Faraone
On Fri, Jun 4, 2010 at 22:31, Art Hunkins abhun...@uncg.edu wrote: [liveu...@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