<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<STYLE>.hmmessage P {
        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-FAMILY: Tahoma; FONT-SIZE: 10pt
}
</STYLE>

<META name=GENERATOR content="MSHTML 8.00.6001.19190"></HEAD>
<BODY class=hmmessage bgColor=#ffffff>
<DIV><FONT face=Arial>Thanks, Alan and James,</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Once I created a respository I successfully made an 
initial commit.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Strange, however,</FONT></DIV>
<DIV><FONT face=Arial>1) I don't recall it ever being suggested I *needed* 
to create a repository. I'd think "mainline.git" would be automatically set up 
for a new project, and be part of the project creation process.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>2) Clicking on "Add a repository" (which suggested there 
was already a repository in existence), I tried to name the repository 
"mainline," but it was named instead "chimeplay.git."</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I wonder whatever happened to "mainline"?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>At any rate, "next time" I'll check to see if any 
repository exists before trying to save to one. (Go figure.)</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Art Hunkins</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=alanjas@hotmail.com href="mailto:alanjas@hotmail.com">Alan Jhonn 
  Aguiar Schwyn</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=abhunkin@uncg.edu 
  href="mailto:abhunkin@uncg.edu">abhunkin@uncg.edu</A> ; <A 
  title=sugar-devel@lists.sugarlabs.org 
  href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, March 04, 2012 6:15 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Sugar-devel] git initial 
  commit</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr>
  <DIV>> [liveuser@localhost chimeplay.git]$ git push <BR>> <A 
  href="mailto:gitorious@git.sugarlabs.org:chimeplay/mainline.git">gitorious@git.sugarlabs.org:chimeplay/mainline.git</A> 
  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 
  style="FONT-SIZE: 10pt" 
  href="http://git.sugarlabs.org/chimeplay">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 style="FONT-SIZE: 10pt" 
  href="http://git.sugarlabs.org/chimeplay">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></BLOCKQUOTE></BODY></HTML>