lygyh9985825 发表于 2018-1-11 19:10:02

ubuntu虚拟机安装Gitlab后出现“Whoops, GitLab is taking too much time to respond.”

  网上找了很久,有说8080端口被tomcat占用的,但是移除tomcat之后还是会报这个错。
  https://www.kittell.net/code/gitlab-502-whoops-gitlab-is-taking-too-much-time-to-respond/
  上面这篇文章是说只要运行
  

sudo gitlab-ctl restart  

  或者
  

sudo gitlab-ctl reconfigure  

  就可以搞定,然而这我里并不行。
  后来看到有说是虚拟机装ubuntu的话,内存至少要2G才可以。
  把内存改为2G,然后重启 gitlab——restart或者reconfigure,解决了。
页: [1]
查看完整版本: ubuntu虚拟机安装Gitlab后出现“Whoops, GitLab is taking too much time to respond.”