gpt4 book ai didi

ruby-on-rails - 无法在 Windows 上运行 bundle 更新

转载 作者:数据小太阳 更新时间:2023-10-29 07:46:30 33 4
gpt4 key购买 nike

每当我在 Windows 8.1 上运行 bundle update 或 bundle install 时,我都无法从 github 更新/安装 gems。我可以安装其他 gems,例如 uglifier,但它不适用于 github gems。例如,将其放入 Gemfile

group :development, :test do
gem 'rspec-rails', '2.13.1'
gem 'spork-rails', github: 'sporkrb/spork-rails'
end

导致错误:

Retrying source fetch due to error (2/3): You need to install git to be able to use gems from git repositories.

问题是我确实安装了 git。我从 Git Bash 运行这个,并在一个我正在克隆、 pull 和使用 Git 的项目中工作。那么为什么 bundle update/install 一直坚持我没有安装 git?如何修复它并使 bundle 安装正常工作?

最佳答案

您正在运行 Bundler 的预发布版本吗? This commit可能与您的问题有关;它看起来像早期版本的 Bundler scan your %PATH%对于“git”,而不是“git.exe”。

最简单的解决方案是将 bundler 向后移植到 1.3.5:

gem uninstall bundler
gem install bundler

关于ruby-on-rails - 无法在 Windows 上运行 bundle 更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19746748/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com