随笔分类 -  gitlab

摘要:一、2FA配置 Two-Factor Authentication(2FA),一般称双因素认证 1)gitlab配置 2)手机端下载Authenticator 添加账户==>其他账户==>扫描二维码 3)gitlab填入pin code 4)重新登录测试 可以填入pin code或者recovery code(当无法获取pin code时) 参考文档: https://docs.gi... 阅读全文
posted @ 2020-01-16 09:44 运维人在路上 阅读(9533) 评论(0) 推荐(0)
摘要:一、gitlab安装 1.1、docker化安装gitlab#1、拉取镜像 [root@git ~]# docker pull gitlab/gitlab-ce [root@git ~]# docker images REPOSITORY TAG IMAGE ID CR... 阅读全文
posted @ 2020-01-14 15:30 运维人在路上 阅读(1275) 评论(0) 推荐(1)
摘要:一、Git安装及配置 1.1、系统环境准备#系统版本 [root@git ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) #内核版本 [root@git ~]# uname -r 3.10.0-862.el7.x86_64 #关闭selinux [root@git ~]# getenforce Disabled... 阅读全文
posted @ 2020-01-13 15:51 运维人在路上 阅读(665) 评论(0) 推荐(0)
摘要:采用的是docker启动的gitlab服务,当研发人员密码忘记如何修改呢?#查看docker服务 [root@Gitlab_SVN ~]#docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS ... 阅读全文
posted @ 2019-11-27 14:44 运维人在路上 阅读(6975) 评论(0) 推荐(1)