标签: gitlab
我在本地服务器上安装了GitLab,我将其用作内部GitHub。我已将其设置为原始IP地址xxx.xxx.xxx.20,并且此后已更改为xxx.xxx.xxx.21。但是,我创建新项目时的指导仍然是git clone http://xxx.xxx.xxx.20/path/to/project。我试图粘贴该命令并运行它,但没有发生任何事情,直到我意识到IP是旧的。如何刷新GitLab认为正在运行的IP以便显示新的IP?
git clone http://xxx.xxx.xxx.20/path/to/project
由于
答案 0 :(得分:1)
根据documentation修改/etc/gitlab/gitlab.rb,然后执行gitlab-ctl reconfigure应解决此问题。
/etc/gitlab/gitlab.rb
gitlab-ctl reconfigure