On Mon, Jan 24, 2011 at 12:11 AM, Don Clugston <[email protected]> wrote: > On 24 January 2011 04:32, Jason Evans <[email protected]> >> 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
There shouldn't be any issue with using cmd or powershell. My guess is that an RSA was not generated, or you don't have your public key activated in your profile. I'm not exactly sure how this works with organizations, but this page should help: http://help.github.com/msysgit-key-setup/ _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
