随笔分类 -  CI/CD

摘要:(1).参考文献 GitLab英文官方网站安装方法:Install GitLab in a Docker container | GitLab Docs (2).实验环境 4核8G CentOS7.9.2009 已设置阿里云yum源,并且yum -y install epel-release,关闭S 阅读全文
posted @ 2026-01-26 10:33 苦逼运维 阅读(14) 评论(0) 推荐(0)
摘要:(1).参考文献 GitLab英文官方网站安装方法:https://docs.gitlab.com/install/install_methods/ (2).实验环境 4核8G CentOS7.9.2009 已设置阿里云yum源,并且yum -y install epel-release,关闭SEL 阅读全文
posted @ 2026-01-17 12:38 苦逼运维 阅读(66) 评论(0) 推荐(0)
摘要:(1).参考文献 git官网在线教程:https://git-scm.com/book/zh/v2 git官方网站:https://git-scm.com/ (2).实验环境 2核2G CentOS7.6.1810 可以参考一下文档,将git安装好,并使用HTTP协议完成环境的相关配置: Linux 阅读全文
posted @ 2024-10-22 14:23 苦逼运维 阅读(296) 评论(0) 推荐(1)
摘要:(1).参考文献 官网在线教程:https://git-scm.com/book/zh/v2 官方网站:https://git-scm.com/ git源码包下载地址:https://www.kernel.org/pub/software/scm/git/ (2).实验环境 2核2G CentOS7 阅读全文
posted @ 2024-10-16 20:35 苦逼运维 阅读(480) 评论(0) 推荐(0)
摘要:(1).参考文献 官网在线教程:https://git-scm.com/book/zh/v2 官方网站:https://git-scm.com/ (2).实验环境 2核2G CentOS7.6.1810 (3).安装git 1)yum或dnf安装 [root@VM-0-17-centos ~]# d 阅读全文
posted @ 2024-09-28 15:17 苦逼运维 阅读(123) 评论(0) 推荐(0)
摘要:(1).安装git yum安装git,需要ssh的支持。某些版本需要安装git-core,那才是服务器。 [root@youxi1 ~]# yum -y install git 创建git用户 [root@youxi1 ~]# useradd -m git //-m表示创建用户主目录 [root@y 阅读全文
posted @ 2019-07-07 16:02 苦逼运维 阅读(551) 评论(0) 推荐(0)