[Cs-dev] what was that git command again?
Date | 2011-07-17 14:12 |
From | menno |
Subject | [Cs-dev] what was that git command again? |
Hello, i forgot the git command for cloning the git manual repo and i mean the one for developers. The one i have found is only read-only: git clone git://csound.git.sourceforge.net/gitroot/csound/manual I'll promise to write it down somewhere and never ask about it again....well perhaps not never, but i will write it down somewhere. thanks in advance, Menno -- View this message in context: http://csound.1045644.n5.nabble.com/what-was-that-git-command-again-tp4596379p4596379.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-07-17 14:38 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] what was that git command again? |
git clone ssh://YOURNAME@csound.git.sourceforge.net/gitroot/csound/manual > Hello, > > i forgot the git command for cloning the git manual repo and i mean the > one > for developers. > The one i have found is only read-only: > git clone git://csound.git.sourceforge.net/gitroot/csound/manual > > I'll promise to write it down somewhere and never ask about it > again....well > perhaps not never, but i will write it down somewhere. > > thanks in advance, > Menno > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/what-was-that-git-command-again-tp4596379p4596379.html > Sent from the Csound - Dev mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup > Secrets Revealed." This video shows you how to validate your ideas, > optimize your ideas and identify your business strategy. > http://p.sf.net/sfu/appsumosfdev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-07-17 18:31 |
From | menno |
Subject | Re: [Cs-dev] what was that git command again? |
sorry to disturb again with this, but i still can not get in. i forgot if it is:xxx@Sourceforge.net or xxx@sourceforge.net, but i tried both options and got refused by both: menno@muziek:~/manual$ git clone ssh://xxx@Sourceforge.net/gitroot/csound/manual Initialized empty Git repository in /home/menno/manual/manual/.git/ ssh: connect to host Sourceforge.net port 22: Connection refused fatal: The remote end hung up unexpectedly menno@muziek:~/manual$ git clone ssh://xxx@sourceforge.net/gitroot/csound/manual Initialized empty Git repository in /home/menno/manual/manual/.git/ ssh: connect to host sourceforge.net port 22: Connection refused fatal: The remote end hung up unexpectedly Any suggestions? Menno -- View this message in context: http://csound.1045644.n5.nabble.com/what-was-that-git-command-again-tp4596379p4596918.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |