Bundler安装需要较长时间才能执行

时间:2022-04-23 00:22:41

Fetching gem metadata and full source index takes an inordinate time. I am using the latest bundler.

获取gem元数据和完整源索引需要过多的时间。我正在使用最新的捆绑包。

  1. Is there a way to share this information across multiple users in a laptop or across an entire LAN.
  2. 有没有办法在笔记本电脑或整个局域网中的多个用户之间共享此信息。
  3. What mechanisms are available to make this run faster.

    有哪些机制可以使这种运行更快。

    bundle install
    Fetching gem metadata from https://rubygems.org/.

    bundle install从https://rubygems.org/获取gem元数据。

    Error Bundler::HTTPError during request to dependency API

    在请求依赖API期间出现错误Bundler :: HTTPError

    Fetching full source index from https://rubygems.org/

    从https://rubygems.org/获取完整的源索引

    Using rake (10.0.3)

    使用rake(10.0.3)

    Using abstract (1.0.0)

    使用摘要(1.0.0)

    Installing i18n (0.6.1)

    安装i18n(0.6.1)

    Installing multi_json (1.7.2)

    安装multi_json(1.7.2)

    Gem::RemoteFetcher::FetchError: too many connection resets (https://s3.amazonaws.com/production.s3.rubygems.org/gems/activesupport-3.2.13.gem)

    Gem :: RemoteFetcher :: FetchError:连接重置次数太多(https://s3.amazonaws.com/production.s3.rubygems.org/gems/activesupport-3.2.13.gem)

    An error occurred while installing activesupport (3.2.13), and Bundler cannot continue.

    安装activesupport(3.2.13)时发生错误,Bundler无法继续。

    Make sure that gem install activesupport -v '3.2.13' succeeds before bundling.

    在捆绑之前确保gem install activesupport -v'3.2.13'成功。

1 个解决方案

#1


0  

Editing your gemfile to use http://rubygems.org instead of https for some reason speeds things up drastically

编辑你的gemfile以使用http://rubygems.org而不是https由于某种原因会大大加快速度

#1


0  

Editing your gemfile to use http://rubygems.org instead of https for some reason speeds things up drastically

编辑你的gemfile以使用http://rubygems.org而不是https由于某种原因会大大加快速度