This worked for me in cmd: git clone git://github.com/D-Programming-Language/druntime.git
I have TortoiseGit installed. /Jacob Carlborg On 24 jan 2011, at 09:11, Don Clugston wrote: > On 24 January 2011 04:32, Jason Evans <[email protected]> wrote: >> On 01/23/2011 06:57 PM, Andrei Alexandrescu wrote: >>> >>> Say I have a change to make to one file in phobos 2 to get >>> started. Could you please summarize what steps I need to take? >> >> Let's suppose we want to update the README.txt in druntime, which currently >> refers to dsource.org. First we need a git repository to work in. Take a >> look at the following web page to get the appropriate ssh location. >> >> https://github.com/D-Programming-Language/druntime >> >> Clone the repository. >> >> $ git clone [email protected]:D-Programming-Language/druntime.git > > Worth noting that on Windows, you *must* be in the git bash shell. If > you try this from the windows command prompt you get: > Initialized empty Git repository in > /cygdrive/c/dmd2dev/src/gitdmd/druntime/.git/ > fatal: exec ssh failed. > fatal: The remote end hung up unexpectedly > > BTW: Thanks Jason, I think this will be a great step forward for D. > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos -- /Jacob Carlborg _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
