安装nokogiri时出错,权限被拒绝



当我键入"gem-install-nokogiri"时,我收到错误:

ERROR: While executing gem ... (Errno: EACCES)
    Permission denied - C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/
nokogiri-1.6.0-x86-mingw32/lib/nokogiri/1.9/nokogiri.so

我不知道我需要做什么来解决这个问题。如有任何帮助,我们将不胜感激。

尝试以下操作:

gem install --http-proxy http://localhost:3128 _name_of_gem_

查看此处-How do I update Ruby Gems from behind a Proxy (ISA-NTLM)了解更多信息。

在安装了gems-bindex、msgpack、bootsnap、byebug、childprocess、ffi-puma和sqlite3 之后,终于可以安装捆绑包了

我在尝试捆绑安装后,通过sudo安装每个gem得出了这个结论,一旦它出现错误,它就会告诉我我需要什么gem

 In Gemfile:
     puma 

相关内容

  • 没有找到相关文章

最新更新