摘要:
把git 替换成https:// git config --global http.sslverify “false”git config --global url.“https://”.insteadOf git://npm install 阅读全文
摘要:
1.查看运行容器用户信息 ps -u | grep gitlab-runner 2.将gitlab加入docker用户组 usermod -aG docker gitlab-runner 3.刷新docker用户组 newgrp docker 阅读全文
摘要:
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN 阅读全文
摘要:
1.安装依赖 yum install -y curl policycoreutils-python openssh-server 2.启动ssh并设置为开机自启动 1 systemctl enable sshd 2 3 systemctl start sshd 3.添加http服务到firewall 阅读全文