using repo sync with gitlab
Closed
using repo sync with gitlab
Created by: dhacker29
When using gitlab with the android repo command it pulls the manifest ok but then when it goes to fetch a project I get the following: fatal: http://androidhosting.org:8090/DroidTh3ory/packages_apps_settings/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? error: Cannot fetch packages_apps_settings
When I look at the /home/git/repositories and /home/git/gitlab-satelites there is no info/refs at all? Is there a way to make gitlab work with repo? Shouldn't it create an info/refs?
production.log shows this: Started GET "/public" for 98.158.115.233 at 2013-04-19 21:26:10 -0500 Started GET "/DroidTh3ory/packages_apps_settings/info/refs?service=git-upload-pack" for 2a01:4f8:191:41b3::2 at 2013-04-19 21:26:10 -0500
ActionController::RoutingError (No route matches [GET] "/DroidTh3ory/packages_apps_settings/info/refs"):
Thanks.
Created by: computersrmyfriends
I'm facing the exact same issue
: "C:\Program Files (x86)\Git\bin\git.exe" clone -v --recurse-submodules --progress "http://ip-address/testing/exampletest.git" "/exampletest" Cloning into '/exampletest'... fatal: http://ip-address/testing/exampletest.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? Done
II believe that 'm using the latest version of gitlab. Installed it using the gitlab recipe for ubuntu.
By Administrator on 2013-04-26T06:59:57 (imported from GitLab project)
Created by: bbodenmiller
Is this still an issue in 5.2 or latest master? Thanks for the issue report. Please reformat your issue to conform to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2013-06-14T01:09:32 (imported from GitLab project)
Created by: jvanbaarsen
It's been at least 2 weeks (and a new release) since we heard from you. I'm closing this issue but if you still experience this problem, please open a new issue (but also reference the old issue(s)). Make sure to also include the necessary debugging information conforming to the issue tracker guidelines found in our contributing guidelines. /cc @Razer6
By Administrator on 2014-01-09T16:37:34 (imported from GitLab project)