感谢支持
我们一直在努力

重新安装的GiLab5.4 clone问题

重新安装了GitLab5.4 发现和升级过来的5.4不大一样( GitLab迁移  见 http://www.linuxidc.com/Linux/2013-08/88839.htm ),很奇怪。

从旧的GitLab迁移代码过来后,发现git clone被拒绝。查了一下原因,应该是gitlab-shell的配置问题:

首先把config.yml中的http修改为https

# Url to gitlab instance. Used for api calls. Should be ends with slash.                                                                                                       
gitlab_url: “https://localhost/”

然后把self_signed_cert设置为true

self_signed_cert: true

之后在/home/git/gitlab目录下运行检测命令:

sudo -u git -H /home/git/gitlab-shell/bin/check

看到下面的通过信息就行。

Check GitLab API access: OK
Check directories and files:
        /home/git/repositories: OK
 /home/git/.ssh/authorized_keys: OK
You have new mail in /var/mail/root

再次clone,成功。

相关阅读:GitLab 5.3 升级注意事项 http://www.linuxidc.com/Linux/2013-06/86473.htm

GitLab 的详细介绍:请点这里
GitLab 的下载地址:请点这里

赞(0) 打赏
转载请注明出处:服务器评测 » 重新安装的GiLab5.4 clone问题
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏