1. 安装好之后,第一步,先执行 systemctl restart gitlab-runsvdir 2. 第二步,配置好你的ip和端口,在/etc/gitlab/gitlab.rb中 3. 第三步: 重置 gitlab-ctl reconfugure 4. 第四步:更改你的nginx,在 vim ...
分类:
其他好文 时间:
2020-10-13 17:14:28
阅读次数:
23
在Jenkins服务器中,安装GitLab和GitLab Hook 登录gitlab,生成一个Personal Access Tokens 打开settings找到Access Tokens设置生成token 进入Jenkins,添加api token 路径:首页 --> 凭据 --> 添加凭据添加 ...
分类:
其他好文 时间:
2020-10-13 16:54:56
阅读次数:
19
操作系统:CentOSLinuxrelease7.8.2003(Core)gitlab版本:gitlab-ce-12.3.9-ce下载镜像清华大学开源软件镜像站https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab
分类:
其他好文 时间:
2020-10-12 20:50:37
阅读次数:
34
查看之前是否设置过全局的user.name和user.email: git config --global --list 如果已设置,则删除: git config --global --unset user.name "你的名字" git config --global --unset user. ...
分类:
系统相关 时间:
2020-10-12 20:29:10
阅读次数:
28
我们是基于CentOS7来搭建的,所以同学们先准备好CentOS的环境,能上网就可以了. 其实安装步骤在GitLab的官网上都有很详细的介绍,同学们可以到官网按照这步骤来实现就可以了。 附上官网安装地址:https://about.gitlab.com/install/#centos-7 1.安装和 ...
分类:
其他好文 时间:
2020-10-12 19:58:08
阅读次数:
24
gitlab|==>/var/log/gitlab/unicorn/unicorn_stderr.log<==gitlab|ArgumentError:AlreadyrunningonPID:635(orpid=/opt/gitlab/var/unicorn/unicorn.pidisstale)gitlab|/opt/gitlab/embedded/lib/ruby/gems/2.5
分类:
其他好文 时间:
2020-10-10 18:10:34
阅读次数:
40
os: centos 7.4db: postgresql 12.2 postgresql 12 的分区表已经比较完善。 版本 # cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) # # su - postgres Last l ...
分类:
数据库 时间:
2020-10-10 18:04:17
阅读次数:
54
1 背景 在k8s中基于alpine做底层系统的容器进行git lfs push操作时,发现报错无法上传成功 Fatal error: Server error: http://git.ops.xxxxx.com/xxxx/yyyy.git/gitlab-lfs/objects/b6f9dd313c ...
分类:
Web程序 时间:
2020-10-10 17:45:46
阅读次数:
29
The 15-point DevOps Checklist See the original article DevOps is a culture that requires some practices and a new vision, its common goal is unifying ...
分类:
其他好文 时间:
2020-10-10 17:05:36
阅读次数:
24