有谁有同样的问题吗?
我把Gitlab ci和Gitlab联系起来了。当测试运行时,Gitlab CI不能克隆Gitlabs。得到了这个错误:
cd /home/gitlab_ci_runner/gitlab-ci-runner/tmp/builds && git clone http://gitlab-ci-token:
<mytoken>@gitlab.xlab.si/primoz_godec/scrum_app.git project-3 && cd project-3 && git checkout
<othertoken>
Cloning into 'project-3'...
fatal: protocol error: bad line length 8188
发布于 2014-07-20 18:02:48
问题是http克隆已经在Gitlab上被禁用了。启用后一切都很好。
https://stackoverflow.com/questions/24164060
复制相似问题