gitlab 配置clone地址 使其不带IP和端口号!
文件路径:/var/opt/gitlab/gitlab-rails/etc
文件名:gitlab.yml
## GitLab settings gitlab: ## Web server settings (note: host is the FQDN, do not include http://) host: git.xxxxxxxx.com port: 443 https: true
gitlab 配置clone地址 使其不带IP和端口号!
文件路径:/var/opt/gitlab/gitlab-rails/etc
文件名:gitlab.yml
## GitLab settings gitlab: ## Web server settings (note: host is the FQDN, do not include http://) host: git.xxxxxxxx.com port: 443 https: true