标签:
安装源:
git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-10-stable gitlab
安装文档:
在github上:gitlabhq/doc/install/installation.md
执行:sudo -u git -H bundle install --deployment --without development test mysql aws
报错信息如下:
Errno::ECONNRESET: Connection reset by peer - SSL_connect (http://rubygems.org/)
解决:修改gem source
修改运行目录中的Gemfile文件的第一行:
source "https://ruby.taobao.org/"
标签:
原文地址:http://www.cnblogs.com/laozhizi/p/4438333.html