2024年4月3日

摘要: 把git 替换成https:// git config --global http.sslverify “false”git config --global url.“https://”.insteadOf git://npm install 阅读全文
posted @ 2024-04-03 14:13 嗷嗷的小白 阅读(3) 评论(0) 推荐(0) 编辑

2021年7月5日

摘要: 1.查看运行容器用户信息 ps -u | grep gitlab-runner 2.将gitlab加入docker用户组 usermod -aG docker gitlab-runner 3.刷新docker用户组 newgrp docker 阅读全文
posted @ 2021-07-05 14:20 嗷嗷的小白 阅读(394) 评论(0) 推荐(0) 编辑

2021年5月26日

摘要: 1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN 阅读全文
posted @ 2021-05-26 09:08 嗷嗷的小白 阅读(62) 评论(0) 推荐(0) 编辑

2021年5月25日

摘要: 1.安装依赖 yum install -y curl policycoreutils-python openssh-server 2.启动ssh并设置为开机自启动 1 systemctl enable sshd 2 3 systemctl start sshd 3.添加http服务到firewall 阅读全文
posted @ 2021-05-25 15:44 嗷嗷的小白 阅读(75) 评论(0) 推荐(0) 编辑

导航