Problem was solved by editing /gitlab-shell/config.yml
gitlab_url: "https://localhost/"
http_settings:
self_signed_cert: true
Only the showed combination of self_signed_cert & gitlab_url can help solving the problem in my case.
http://stackoverflow.com/questions/32523587/gitlab-shell-error-socketerror-getaddrinfo-name-or-service-not-known
本文解决了使用GitLab Shell遇到的Socket错误问题,通过编辑配置文件`/gitlab-shell/config.yml`,设置`gitlab_url`为`https://localhost/`和`http_settings.self_signed_cert`为`true`,成功解决了域名解析失败的问题。
7533

被折叠的 条评论
为什么被折叠?



