Gitlab

Gitlab 10.8 安装注意事项

Gitlab 10.8 安装注意事项

安装依赖 # yum install bzip2 # yum install re2 # yum install re2-devel 安装Gitaly # sudo -u git -H bundle exec rake "gitlab:gitaly:install[/data/git/g

Joe.Ye Joe.Ye 2023-03-19
0 0 1
Gitlab大版本升级思路

Gitlab大版本升级思路

参照Gitlab官方升级操作文档:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update 主要的思路和步骤如下: (1). 在新的服务器上安装Gitlab指定版本(参照Gitlab的安装文档:https://gitlab.com

Joe.Ye Joe.Ye 2023-03-19
0 0 1
Gitlab打开Project报404解决

Gitlab打开Project报404解决

问题描述 使用拥有者账号打开Project 404 The page could not be found or you don't have permission to view it. 使用root账号打开Project Started GET "/Android/Cont

Joe.Ye Joe.Ye 2023-03-19
0 0 1
Gitlab源码安装报错 Failed to connect to Gitaly…

Gitlab源码安装报错 Failed to connect to Gitaly…

# sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production Failed to connect to Gitaly... 参考:https://gitlab.com/gitlab-org/gitlab-ce/issues/4

Joe.Ye Joe.Ye 2023-03-19
0 0 1
Gitlab报错 ActionView Template Error uninitialized constant ActionView CompiledTemplates EXPR_ARG

Gitlab报错 ActionView Template Error uninitialized constant ActionView CompiledTemplates EXPR_ARG

参考:https://gitlab.com/gitlab-org/gitlab-ce/issues/42045#note_73010232 解决方法:升级 gems haml to (5.0.4) hamlit to (2.8.8) temple to (>= 0.8.0) 详细错误日志

Joe.Ye Joe.Ye 2023-03-19
0 0 1
Gitlab SMTP发送邮件报错 Net OpenTimeout execution expired

Gitlab SMTP发送邮件报错 Net OpenTimeout execution expired

Gitlab SMTP发送邮件报错: Net::OpenTimeout: execution expired 查看Gitlab发送邮件日志: # tail -f log/sidekiq.log 原因:阿里云服务器默认是屏蔽25端口,采用SSL 465端口发送即可 SMTP远程服务器端口测试: #

Joe.Ye Joe.Ye 2023-03-19
0 0 1