解決指向localhost的問題:git
編輯gitlab的配置vi /etc/gitlab/gitlab.rb,修改external_url 參數值ide
[Mesogene@localhost ~]$ sudo vi /etc/gitlab/gitlab.rb ## Url on which GitLab will be reachable. ## For more details on configuring external_url see: ## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#configuring-the-external-url-for-gitlab #external_url 'http://localhost' #註釋掉,將localhost修改成你對應的iP或者域名 external_url 'http://10.10.10.152'
頭像顯示問題:gitlab
[Mesogene@localhost ~]$ sudo vi /etc/gitlab/gitlab.rb #把下面這一行的註釋去掉便可 gitlab_rails['gravatar_plain_url'] = 'http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon' [Mesogene@localhost ~]$ sudo gitlab-ctl reconfigure [Mesogene@localhost ~]$ sudo gitlab-rake cache:clear RAILS_ENV=production
如圖:url
參考:http://my.oschina.net/anylain/blog/355797spa