我想在我的新Raspberry Pi 2(使用Raspbian)上安装Gitlab。
https://gitlab.com/gitlab-org/gitlab-ce/blob/6-5-stable/doc/install/installation.md
在“2)Ruby”下,它说:
安装Bundler Gem:
sudo gem install bundler --no-ri --no-rdoc
当我尝试运行时,它只是说:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
有没有机会,有人知道这里出了什么问题 - 以及如何解决这个问题?非常感谢你!