Re: [Mono-dev] Please help this Git newbie
Hi, You need to create a fork of mono in your github account before you can check it out using your username. Rolf From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Stifu Sent: miƩrcoles, 05 de enero de 2011 8:56 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Please help this Git newbie Hi guys, To sum things up: I'm on Windows, using msysgit, and have been following the FAQs on the Mono and GitHub sites. I'm at this point: http://mono-project.com/Compiling_Mono_From_Git Doing "git clone git://github.com/mono/mono.git" (anonymous access) works, (although I have no idea *where* it copies all the stuff; I stopped it before it was done). But when I try to clone the Mono repo using my GitHub username, it doesn't work. Here's the console output: $ git clone g...@github.com:thomasgoldstein/mono.git Cloning into mono... Enter passphrase for key '/c/Documents and Settings/Stifu/.ssh/id_rsa': ERROR: thomasgoldstein/mono.git doesn't exist. Did you enter it correctly? fatal: The remote end hung up unexpectedly Help? -- View this message in context: http://mono.1490590.n4.nabble.com/Please-help-this-Git-newbie-tp3174937p3174 937.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list _ No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1191 / Virus Database: 1435/3359 - Release Date: 01/04/11 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Please help this Git newbie
Thanks Zoltan! Will try that once I get back home. And thanks for the info, Makoto. Zoltan Varga wrote: > > Hi, > > If you have commit access, use: > > g...@github.com:mono/mono.git > > Zoltan > > On Wed, Jan 5, 2011 at 8:55 AM, Stifu wrote: > >> >> Hi guys, >> >> To sum things up: I'm on Windows, using msysgit, and have been following >> the >> FAQs on the Mono and GitHub sites. >> >> I'm at this point: http://mono-project.com/Compiling_Mono_From_Git >> >> Doing "git clone git://github.com/mono/mono.git" (anonymous access) >> works, >> (although I have no idea *where* it copies all the stuff; I stopped it >> before it was done). >> >> But when I try to clone the Mono repo using my GitHub username, it >> doesn't >> work. Here's the console output: >> >> $ git clone g...@github.com:thomasgoldstein/mono.git >> Cloning into mono... >> Enter passphrase for key '/c/Documents and Settings/Stifu/.ssh/id_rsa': >> ERROR: thomasgoldstein/mono.git doesn't exist. Did you enter it >> correctly? >> fatal: The remote end hung up unexpectedly >> >> Help? >> -- >> View this message in context: >> http://mono.1490590.n4.nabble.com/Please-help-this-Git-newbie-tp3174937p3174937.html >> Sent from the Mono - Dev mailing list archive at Nabble.com. >> ___ >> Mono-devel-list mailing list >> Mono-devel-list@lists.ximian.com >> http://lists.ximian.com/mailman/listinfo/mono-devel-list >> > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > -- View this message in context: http://mono.1490590.n4.nabble.com/Please-help-this-Git-newbie-tp3174937p3175002.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Please help this Git newbie
Hi, If you have commit access, use: g...@github.com:mono/mono.git Zoltan On Wed, Jan 5, 2011 at 8:55 AM, Stifu wrote: > > Hi guys, > > To sum things up: I'm on Windows, using msysgit, and have been following > the > FAQs on the Mono and GitHub sites. > > I'm at this point: http://mono-project.com/Compiling_Mono_From_Git > > Doing "git clone git://github.com/mono/mono.git" (anonymous access) works, > (although I have no idea *where* it copies all the stuff; I stopped it > before it was done). > > But when I try to clone the Mono repo using my GitHub username, it doesn't > work. Here's the console output: > > $ git clone g...@github.com:thomasgoldstein/mono.git > Cloning into mono... > Enter passphrase for key '/c/Documents and Settings/Stifu/.ssh/id_rsa': > ERROR: thomasgoldstein/mono.git doesn't exist. Did you enter it correctly? > fatal: The remote end hung up unexpectedly > > Help? > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Please-help-this-Git-newbie-tp3174937p3174937.html > Sent from the Mono - Dev mailing list archive at Nabble.com. > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Please help this Git newbie
Hello > To sum things up: I'm on Windows, using msysgit, and have been following the > FAQs on the Mono and GitHub sites. > > I'm at this point: http://mono-project.com/Compiling_Mono_From_Git > > Doing "git clone git://github.com/mono/mono.git" (anonymous access) works, > (although I have no idea *where* it copies all the stuff; I stopped it > before it was done). The "git clone" command clones repository (in ".git/" directory) first. Making actual files are final step; If you stopped, other than .git are not exist. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
[Mono-dev] Please help this Git newbie
Hi guys, To sum things up: I'm on Windows, using msysgit, and have been following the FAQs on the Mono and GitHub sites. I'm at this point: http://mono-project.com/Compiling_Mono_From_Git Doing "git clone git://github.com/mono/mono.git" (anonymous access) works, (although I have no idea *where* it copies all the stuff; I stopped it before it was done). But when I try to clone the Mono repo using my GitHub username, it doesn't work. Here's the console output: $ git clone g...@github.com:thomasgoldstein/mono.git Cloning into mono... Enter passphrase for key '/c/Documents and Settings/Stifu/.ssh/id_rsa': ERROR: thomasgoldstein/mono.git doesn't exist. Did you enter it correctly? fatal: The remote end hung up unexpectedly Help? -- View this message in context: http://mono.1490590.n4.nabble.com/Please-help-this-Git-newbie-tp3174937p3174937.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list