【发布时间】:2019-07-11 03:55:40
【问题描述】:
根据客户的建议,我在我的 Rails 5.0 应用程序中使用了 inquisition gem。我按照这个link 并在 Gemfile 中添加了 gem 并运行 bundle,我收到以下错误:
E:\rails_projects\inquisition_example>捆绑获取 https://github.com/rubygarage/inquisition.git致命:无法访问 'https://github.com/rubygarage/inquisition.git/':错误:1407742E:SSL 例程:SSL23_GET_SERVER_HELLO:tlsv1 警报协议版本
由于错误 (2/4) 重试
git clone "https://github.com/rubygarage/inquisition.git" "C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/cache/bundler/git/inquisition-40e0b17fff1501354aa91e3ff3bbb85f990b5f49" --bare --no-hardlinks --quiet:Bundler::Source::Git::GitCommandError Git 错误:目录 E:/rails_projects/inquisition_example 中的命令git clone "https://github.com/rubygarage/inquisition.git" "C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/cache/bundler/git/inquisition-40e0b17fff1501354aa91e3ff3bbb85f990b5f49" --bare --no-hardlinks --quiet失败。致命的:无法 访问“https://github.com/rubygarage/inquisition.git/”: 错误:1407742E:SSL 例程:SSL23_GET_SERVER_HELLO:tlsv1 警报 协议版本
请帮帮我。
【问题讨论】:
标签: ruby-on-rails git