From: Ronald Fischer Date: 2007-05-15T01:29:12+09:00 Subject: Re: gem under cygwin - is it supposed to work? > > Try gem install -r net-ssh to install from a remote repository. Thank you - this worked indeed! Of course I now wonder why the installation under pure Windows was able to locate the net-ssh package without having me specified the "-r" option.... (I actually never had used -r before in my gem installations). Ronald