wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.0.0-ce.0.el7.x86_64.rpmrpm -ivh gitlab-ce-13.0.0-ce.0.el7.x86_64.rpmvim /etc/gitlab/gitlab.rb
external_url 'http://10.0.160.24'gitlab-ctl reconfiguregitlab-ctl reconfigure
gitlab-ctl stop
gitlab-ctl start
gitlab-ctl restart
gitlab-ctl statusssh-keygen -t rsa -C your.email@example.com
Enter file in which to save the key (~/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
#获取公钥
cat ~/.ssh/id_rsa.pub原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。