2017-03-27 54 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

這個解決我的問題。