.新注册用户无法在管理员界面激活
在管理员界面无法进行管理,找不到相关的操作界面
当前gitlab版本
尝试降低gitlab版本
卸载之后删除残留文件
安装指定的低版本:gitlab-ce-12.7.5-ce.0.el7.x86_64.rpm
yum install policycoreutils openssh-server openssh-clients postfix
systemctl enable sshd
systemctl start sshd
systemctl enable postfix
systemctl start postfix
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-12.7.5-ce.0.el7.x86_64.rpm --no-check-certificate
rpm -ivh gitlab-ce-12.7.5-ce.0.el7.x86_64.rpm
yum install policycoreutils-python
rpm -ivh gitlab-ce-12.7.5-ce.0.el7.x86_64.rpm
#根据提示修改external_url!!!!!!
gitlab-ctl reconfigure
gitlab-ctl start
浏览器打开gitlab主业第一次会要求你修改密码:大小写数字加特殊字符
root 账号 成功登录首页
注册和添加新用户成功
成功将用户邀请进项目组