deb https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu xenial main
Selecting previously unselected package gitlab-ce.
(Reading database ... 100056 files and directories currently installed.)
Preparing to unpack .../gitlab-ce_13.2.5-ce.0_amd64.deb ...
Unpacking gitlab-ce (13.2.5-ce.0) ...
Setting up gitlab-ce (13.2.5-ce.0) ...
It looks like GitLab has not been configured yet; skipping the upgrade script.
*. *.
*** ***
***** *****
.****** *******
******** ********
,,,,,,,,,***********,,,,,,,,,
,,,,,,,,,,,*********,,,,,,,,,,,
.,,,,,,,,,,,*******,,,,,,,,,,,,
,,,,,,,,,*****,,,,,,,,,.
,,,,,,,****,,,,,,
.,,,***,,,,
,*,.
_______ __ __ __
/ ____(_) /_/ / ____ _/ /_
/ / __/ / __/ / / __ `/ __ \
/ /_/ / / /_/ /___/ /_/ / /_/ /
\____/_/\__/_____/\__,_/_.___/
Thank you for installing GitLab!
GitLab was unable to detect a valid hostname for your instance.
Please configure a URL for your GitLab instance by setting `external_url`
configuration in /etc/gitlab/gitlab.rb file.
Then, you can start your GitLab instance by running the following command:
sudo gitlab-ctl reconfigure
For a comprehensive list of configuration options please see the Omnibus GitLab readme
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
http://电脑的IP地址
将如下数据进行更改
external_url 'http://gitlab.example.com'
更改为
external_url 'http://ip:端口'