2017-03-27 33 views
1

Gitlab从8.17更新到9.0。 gitlab最新版本在URL前添加了当前用户,如http://[email protected]_server/test.git。当我从IDE(如Android Studio或Eclipse的)拉动出现错误消息:gitlab couln'd查找远程参考

fatal: couldn't find remote ref

如果我读的日志文件,我发现这个错误:

Started GET "/android/test.git/HEAD" for (ip) at 2017-03-27 06:30:08 +0000 Processing by ApplicationController#route_not_found as / Parameters: {"unmatched_route"=>"android/test.git/HEAD"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.3ms)

该问题可能与夏令相关时间(DST)更改? 问题是什么?我该如何解决这个问题? 非常感谢。

回答

1

我找到了答案here

更新Girlab 9.0,你应该使用这些命令配置SISTEM后:

gitlab-ctl reconfigure

接着是

gitlab-ctl restart

这个解决我的问题。