Git&GitLab安装gitlab(rocky系统)

Git是一个版本控制工具:https://git-scm.cn/downloads/win

GitLab、Gitee、GitHub远程仓库:http://gitee.com http://github.com

1、关防火墙

复制代码
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
systemctl restart sshd
systemctl disable --now firewalld.service 
setenforce 0

2、安装解压

复制代码
[root@localhost ~]# yum install -y lrzsz

将压缩包拖进

3、解压文件:

复制代码
rpm -ivh gitlab-ce-18.6.2-ce.0.el9.x86_64.rpm 

4、进入修改ip

复制代码
[root@localhost ~]# cd /etc/gitlab/
[root@localhost gitlab]# ls
gitlab.rb
[root@localhost gitlab]# vim gitlab.rb 

gitlab_rails['time_zone'] = 'Asia/Shanghai'

5、初始化:

gitlab-ctl reconfigure

6、启动:

gitlab-ctl start

7、浏览器访问:

8、获取root密码

9、复制密码

10、更改主页中文

11、更改时间和密码

更改时间:

更改密码:

12、创建项目

找到任意客户端当用户工作空间

13、gitlab端:修改密码

14、新建群组

15、SSH KEY密钥设置

16、创建分支、

相关推荐
凤凰战士芭比Q4 小时前
DevOps理念、Git(Git常用命令)、Gitlab仓库
git·gitlab·devops
CoderJia程序员甲4 小时前
GitHub 热榜项目 - 日榜(2025-12-20)
git·ai·开源·llm·github
Mr_Dwj15 小时前
【工具】Git 子仓库管理
git
Rysxt_1 天前
Git Rebase 变基教程:作用、使用场景与合并的区别
git·变基
刘某某.1 天前
提交 git 的三种方式
git
bigHead-1 天前
Git 修改远程仓库地址的几种方法
git
杀手不太冷!1 天前
Jenkins的安装与使用;git clone url的时候,url为http和ssh时候的区别
git·http·jenkins
HIT_Weston1 天前
66、【Ubuntu】【Gitlab】拉出内网 Web 服务:Gitlab 配置审视(十)
前端·ubuntu·gitlab
小池先生1 天前
docker 安装gitlab
docker·容器·gitlab