<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div>> [liveuser@localhost chimeplay.git]$ git push <br>> gitorious@git.sugarlabs.org:chimeplay/mainline.git master<br>> <br>> == Gitorious: ==========================================================<br>> Access denied or wrong repository path<br>> ========================================================================<br>> <br>> fatal: The remote end hung up unexpectedly<br>> [liveuser@localhost chimeplay.git]$<br>> <br>> ---------------------<br>> BTW, I get the same response when I omit "master" from the last command.<br>> <br>> What am I doing wrong please?<br>> <br><br></div><div>I see a problem: you create the project in <a href="http://git.sugarlabs.org/chimeplay" style="font-size: 10pt; ">http://git.sugarlabs.org/chimeplay</a> but no a "repository"</div><div><br></div><div>For each project you can have some repositories..</div><div><br></div><div>Go to<a href="http://git.sugarlabs.org/chimeplay" style="font-size: 10pt; ">http://git.sugarlabs.org/chimeplay</a> and in the right panel select: Add a repository and select</div><div>a name: for example: mainline</div><div><br></div><div>After.. make this in your machine if is the first time that uses GIT:</div><div><br></div><div>git config --global user.name 'your name'</div><div>git config --global user.email "your mail"</div><div><br></div><div>After, go to the master brach:</div><div><br></div><div>git checkout master</div><div><br></div><div>Add the remote of your activity: (mainline is only for example)</div><div><br></div><div>git remote add origin gitorious@git.sugarlabs.org:chimeplay/mainline.git</div><div><br></div><div>And finally:</div><div><br></div><div>git push origin master</div><div><br></div><div>Regards!</div><div><br></div><div>Alan</div>                                    </div></body>
</html>