1
orzfly 2014 年 9 月 18 日
都说了 certificate verify failed 了嘛……
https://github.com/gitlabhq/gitlab-shell/blob/master/config.yml.example#L16 这行改成 true 试试…… |
2
mhtt 2014 年 9 月 18 日
同遇到过这个问题,处理办法是
把 `/home/git/gitlab/config/gitlab.yml` 里面的 https: true 同时修改端口 port: 443 (默认是80) |
3
larkifly OP |
6
mengzhuo 2014 年 9 月 19 日
windows 用git bash的话,你确定你的私钥能登入?
|