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