Hi, I am having problem with the cucumber gem install gem sources --add http://gems.github.com/ gem install aslakhellesoy-cucumber => C:\>gem install aslakhellesoy-cucumber ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber I have created the folder manually, but I am getting a permissions denied error ERROR: While executing gem ... (Errno::EACCES) Permission denied - c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber I am allowed to write to the folder myself. Has anyone had the same problem? I have set the company proxy. I am on Windows Server 2003 Cheers Aidy
On Fri, Sep 12, 2008 at 1:52 PM, aidy lewis <aidy.lewis at googlemail.com> wrote:> Hi, > > I am having problem with the cucumber gem install > > gem sources --add http://gems.github.com/ > gem install aslakhellesoy-cucumber > > => > > C:\>gem install aslakhellesoy-cucumber > ERROR: While executing gem ... (Errno::ENOENT) > No such file or directory - > c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber > > I have created the folder manually, but I am getting a permissions denied error >Several people have reported it. I''m investigating. Seems like a Github problem actually. Please get it with Git and build the gem yourself in the meanwhile. Aslak> ERROR: While executing gem ... (Errno::EACCES) > Permission denied - > c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber > > I am allowed to write to the folder myself. Has anyone had the same > problem? I have set the company proxy. > > I am on Windows Server 2003 > > Cheers > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy <aslak.hellesoy at gmail.com> wrote:> On Fri, Sep 12, 2008 at 1:52 PM, aidy lewis <aidy.lewis at googlemail.com> wrote: >> Hi, >> >> I am having problem with the cucumber gem install >> >> gem sources --add http://gems.github.com/ >> gem install aslakhellesoy-cucumber >> >> => >> >> C:\>gem install aslakhellesoy-cucumber >> ERROR: While executing gem ... (Errno::ENOENT) >> No such file or directory - >> c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber >> >> I have created the folder manually, but I am getting a permissions denied error >> > > Several people have reported it. I''m investigating. Seems like a > Github problem actually. > > Please get it with Git and build the gem yourself in the meanwhile.For anyone who''s not sure about how to do that: git clone git://github.com/aslakhellesoy/cucumber.git cd cucumber rake gem rake install_gem Cheers, David> > Aslak > >> ERROR: While executing gem ... (Errno::EACCES) >> Permission denied - >> c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber >> >> I am allowed to write to the folder myself. Has anyone had the same >> problem? I have set the company proxy. >> >> I am on Windows Server 2003 >> >> Cheers >> >> Aidy >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
David Chelimsky wrote:> On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy > <aslak.hellesoy at gmail.com> wrote: >>> C:\>gem install aslakhellesoy-cucumber >> Please get it with Git and build the gem yourself in the meanwhile. > For anyone who''s not sure about how to do that: > > git clone git://github.com/aslakhellesoy/cucumber.git > cd cucumber > rake gem > rake install_gem > > Cheers, > DavidI tried that, but not getting anywhere with installing Cucumber, I think I''ll wait till the gem is sorted out. Definately want to use it though. Cheers, Damian -- Posted via http://www.ruby-forum.com/.
On 12 Sep 2008, at 22:37, Damian Jones wrote:> David Chelimsky wrote: >> On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy >> <aslak.hellesoy at gmail.com> wrote: >>>> C:\>gem install aslakhellesoy-cucumber >>> Please get it with Git and build the gem yourself in the meanwhile. >> For anyone who''s not sure about how to do that: >> >> git clone git://github.com/aslakhellesoy/cucumber.git >> cd cucumber >> rake gem >> rake install_gem >> >> Cheers, >> David > > I tried that, but not getting anywhere with installing Cucumber, I > think > I''ll wait till the gem is sorted out.I feel your pain: Windows does not make this stuff too easy, and most people playing with these tools are using *nix variants so you don''t get much support. I just wrote a really basic but gentle tutorial on getting git up and running on Windows: http://blog.mattwynne.net/2008/09/13/bring-git-joy-to-windows/ Github''s docs have a guide for Windows users: http://github.com/guides/using-git-and-github-for-the-windows-for- newbies Good luck! cheers, Matt ---- http://blog.mattwynne.net http://songkick.com In case you wondered: The opinions expressed in this email are my own and do not necessarily reflect the views of any former, current or future employers of mine.
On Fri, Sep 12, 2008 at 7:27 PM, Matt Wynne <matt at mattwynne.net> wrote:> On 12 Sep 2008, at 22:37, Damian Jones wrote: > >> David Chelimsky wrote: >>> >>> On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy >>> <aslak.hellesoy at gmail.com> wrote: >>>>> >>>>> C:\>gem install aslakhellesoy-cucumber >>>> >>>> Please get it with Git and build the gem yourself in the meanwhile. >>> >>> For anyone who''s not sure about how to do that: >>> >>> git clone git://github.com/aslakhellesoy/cucumber.git >>> cd cucumber >>> rake gem >>> rake install_gem >>> >>> Cheers, >>> David >> >> I tried that, but not getting anywhere with installing Cucumber, I think >> I''ll wait till the gem is sorted out. > > I feel your pain: Windows does not make this stuff too easy, and most people > playing with these tools are using *nix variants so you don''t get much > support. > > I just wrote a really basic but gentle tutorial on getting git up and > running on Windows: > > http://blog.mattwynne.net/2008/09/13/bring-git-joy-to-windows/ > > Github''s docs have a guide for Windows users: > > http://github.com/guides/using-git-and-github-for-the-windows-for-newbiesThanks for posting these Matt!> > Good luck! > > cheers, > Matt