Thank you :)<br>I managed my commit<br><br>(Sorry for the reply-all for the forgotten action)<br><br>Regards<br><br><div class="gmail_quote">2011/6/4 James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Fri, Jun 03, 2011 at 11:12:07AM +0200, laurent bernabe wrote:<br>
> Unfortunately, I still have problems for git commiting :<br>
</div>> fatal: protocol error: expected sha/ref, got '<br>
> ----------------------------------------------<br>
> The git:// url is read-only. Please see <a href="http://git.sugarlabs.org//learningwriting/learningwriting" target="_blank">http://git.sugarlabs.org//learningwriting/learningwriting</a> for the push url, if you're a committer.<br>


> ----------------------------------------------'<br>
<br>
This is caused by you.  You had already cloned from<br>
git://<a href="http://git.sugarlabs.org/learningwriting/learningwriting.git" target="_blank">git.sugarlabs.org/learningwriting/learningwriting.git</a><br>
and so the default for push is the same URL.<br>
<br>
The URL starting with git:// is for read only, not write.<br>
<br>
The tutorial says you should clone from an SSH URL, like this:<br>
<br>
git clone gitorious@git.sugarlabs.org:learningwriting/learningwriting.git learningwriting.git<br>
<br>
As a result, "git push" will return via SSH.<br>
<br>
Reference:<br>
<a href="http://wiki.sugarlabs.org/go/Activity_Team/Git_Tutorial#Create_Local_Repository" target="_blank">http://wiki.sugarlabs.org/go/Activity_Team/Git_Tutorial#Create_Local_Repository</a><br>
<br>
p.s. again you did not reply-all!<br>
<br>
--<br>
<div><div></div><div>James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br>