Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 7 并安装了 git。在 Git Bash 控制台中,我有 ruby 可用。
当我bundle install在 Git bash 中运行时,安装的 gem 不会添加到 gem 列表中。似乎宝石毕竟没有安装。
bundle install
但是,如果我跑步,bundle list我可以看到宝石。这是因为路径不同吗?
bundle list
为什么 gem 没有安装并添加到 gem 列表中?
bundle install在普通命令窗口中运行