[root@localhost temp]# rpm -i gitlab-ce-9.0.5-ce.0.el6.x86_64.rpm
*. *.
*** ***
***** *****
.****** *******
******** ********
,,,,,,,,,***********,,,,,,,,,
,,,,,,,,,,,*********,,,,,,,,,,,
.,,,,,,,,,,,*******,,,,,,,,,,,,
,,,,,,,,,*****,,,,,,,,,.
,,,,,,,****,,,,,,
.,,,***,,,,
,*,.
_______ __ __ __
/ ____(_) /_/ / ____ _/ /_
/ / __/ / __/ / / __ `/ __ \
/ /_/ / / /_/ /___/ /_/ / /_/ /
\____/_/\__/_____/\__,_/_.___/
gitlab: Thank you for installing GitLab!
gitlab: To configure and start GitLab, RUN THE FOLLOWING COMMAND:
sudo gitlab-ctl reconfigure
gitlab: GitLab should be reachable at http://localhost
gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file
gitlab: And running reconfigure again.
gitlab:
gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme
gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
gitlab:
It looks like GitLab has not been configured yet; skipping the upgrade script.
[root@localhost temp]# gitlab-ctl reconfigure
Starting Chef Client, version 12.12.15
Running handlers:
Running handlers complete
Chef Client finished, 326/433 resources updated in 02 minutes 44 seconds
gitlab Reconfigured!
#访问
http://192.168.0.164
[root@localhost temp]# ssh-keygen -t rsa -C "xiongjiajia2007@qq.com" -b 4096
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): /home/nescafe/temp/sshkey/k
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/nescafe/temp/sshkey/k.
Your public key has been saved in /home/nescafe/temp/sshkey/k.pub.
The key fingerprint is:
ff:38:0f:a7:cd:cb:14:21:16:1b:73:e8:47:f4:84:f3 xiongjiajia2007@qq.com
The key's randomart image is:
+--[ RSA 4096]----+
| +oo.. |
| .*+o |
| .+..o. |
| .....E |
| S .. |
| . . |
| o o |
| .@ |
| ooB. |
+-----------------+
[root@localhost sshkey]# xclip -sel clip < ~/.ssh/id_rsa.pub
#Git global setup
git config --global user.name "xiongjiajia"
git config --global user.email "xiongjiajia2007@qq.com"
#Create a new repository
git clone git@localhost:xiongjiajia/springAc.git
cd springAc
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
#Existing folder
cd existing_folder
git init
git remote add origin git@localhost:xiongjiajia/springAc.git
git add .
git commit
git push -u origin master
#Existing Git repository
cd existing_repo
git remote add origin git@localhost:xiongjiajia/springAc.git
git push -u origin --all
git push -u origin --tags
相关推荐
本文将详细介绍如何在基于RPM的Linux系统(如CentOS 7)上安装`gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm`这个GitLab的安装包。 首先,确保你的系统是最新的,通过运行以下命令来更新系统包: ```bash sudo yum ...
版本:gitlab-ce-13.0.0-ce.0.el7.x86_64.rpm
CentOS 7 下安装 Gitlab-CE-11及邮件配置,安装步骤和邮件配置参数
centos gitlab-runner 13.8.x rpm 离线安装包
Linux下gitlab安装rpm包64位,gitlab-ce-10.8.4-ce.0.el7.x86_64.rpm。详细安装步骤:https://blog.csdn.net/best_luxi/article/details/107205121
GitLab 极狐(gitlab-jh-14.9.4-jh.0.el7.x86_64.rpm),适用于CentOS 7 x86_64系统,文件分割成2个压缩包,必须集齐2个文件后才能一起解压一起使用: GitLab (gitlab-jh-14.9.4-jh.0.el7.x86_64.zip.001) ...
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 适用于CentOS 7操作系统
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 适用于CentOS 8操作系统
适用于CentOS7及以上系统, 国内下载速度极慢, 8byte/s能下一年
### Linux (CentOS 7) 安装 GitLab #### GitLab 概述 GitLab 是一款非常流行的 Web 应用程序,它提供了一个全面的 DevOps 平台,允许团队进行版本控制、代码审查、持续集成/持续部署(CI/CD)以及监控等操作。...
适用于CentOS 7操作系统 GitLab(gitlab-jh-14.8.1-jh.0.el7.x86_64.part1.rar): https://download.csdn.net/download/weixin_43800734/83192134 GitLab(gitlab-jh-14.8.1-jh.0.el7.x86_64.part2.rar): ...
gitlab-ce-13.9.7-ce.0.el8.x86_64.rpm
离线环境下,在centos7.6系统上安装docker-ce-19.03,nvidia-docker2.4版本,其中docker-ce-19.03在docker-local.tar压缩文件里面,nvidia-docker2在nvidia-docker2.zip文件中。 具体安装流程如下: 1.安装docker ...
gitlab-ce适合centos 64为系统,直接放在自己的服务器 执行 rpm -i gitlab-ce-8.9.9-ce.0.el6.x86_64.rpm 即可
Gitlab代码管理平台(gitlab-jh-15.7.3-jh.0.el7.x86_64.rpm) 适用于CentOS7操作系统。两个文件必须一起解压使用: 文件1:gitlab-jh-15.7.3-jh.0.el7.x86_64.zip.001 ... 文件2:gitlab-jh-15.7.3-jh.0.el7.x86_64....
在CentOS上安装GitLab的过程中,可能会遇到一个与Ruby版本相关的错误:“EC_GROUP_new_curve_GF2m”。这个错误通常出现在尝试安装Ruby 1.9.3-p0时,由于其与OpenSSL库的兼容性问题导致。Ruby是GitLab运行所必需的...
GitLab 极狐(gitlab-jh-14.9.4-jh.0.el8.x86_64.rpm),适用于CentOS 8 x86_64系统,文件分割成2个压缩包,必须集齐2个文件后才能一起解压一起使用: GitLab (gitlab-jh-14.9.4-jh.0.el8.x86_64.zip.001) ...
centos7离线安装gcc-c++
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 适用于CentOS 7操作系统
docker pull twang2218/gitlab-ce-zh 2.创建/usr/local/docker/gitlab/docker-compose.yml文件 version: ‘3’ services: gitlab: image: ‘twang2218/gitlab-ce-zh’ restart: always hostname: ‘192....