Hi,
After upgrade Gitlab version from 7.10 to 8.11 I’m not able to clone projects via HTTP
- RHEL 6.7
- Omnibus installation
- External Apache
Cloning into ‘C:\Data\TestProject’…
warning: You appear to have cloned an empty repository.
Checking connectivity… done.
Gitlab logs:
Started GET “/gitlab/SANDBOX/TestProject.git/info/refs?service=git-upload-pack” for 10.0.46.84 at 2016-08-24 13:01:17 +0000
Processing by Projects::GitHttpController#info_refs as /
Parameters: {“service”=>“git-upload-pack”, “namespace_id”=>“SANDBOX”, “project_id”=>“TestProject.git”}
Filter chain halted as :authenticate_user rendered or redirected
Completed 401 Unauthorized in 112ms (Views: 7.0ms | ActiveRecord: 8.2ms)
Started GET “/gitlab/SANDBOX/TestProject.git/info/refs?service=git-upload-pack” for 10.0.46.84 at 2016-08-24 13:01:22 +0000
Processing by Projects::GitHttpController#info_refs as /
Parameters: {“service”=>“git-upload-pack”, “namespace_id”=>“SANDBOX”, “project_id”=>“TestProject.git”}
Filter chain halted as :authenticate_user rendered or redirected
Completed 401 Unauthorized in 17ms (Views: 0.3ms | ActiveRecord: 2.6ms)
Started GET “/gitlab/SANDBOX/TestProject.git/info/refs?service=git-upload-pack” for 10.0.46.84 at 2016-08-24 13:01:23 +0000
Processing by Projects::GitHttpController#info_refs as /
Parameters: {“service”=>“git-upload-pack”, “namespace_id”=>“SANDBOX”, “project_id”=>“TestProject.git”}
Completed 200 OK in 339ms (Views: 0.7ms | ActiveRecord: 16.5ms)
Started GET “/gitlab/SANDBOX/TestProject.git/HEAD” for 10.0.46.84 at 2016-08-24 13:01:24 +0000
Processing by NamespacesController#show as /
Parameters: {“id”=>“SANDBOX/TestProject.git/HEAD”}
Completed 401 Unauthorized in 17ms (ActiveRecord: 2.8ms)
Started GET “/gitlab/users/sign_in” for 10.0.46.84 at 2016-08-24 13:01:24 +0000
Processing by SessionsController#new as /
Completed 200 OK in 295ms (Views: 213.7ms | ActiveRecord: 4.9ms)
Any idea for what could be wrong?
Thank you