Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9663

Closed
Open
Created Sep 23, 2015 by Administrator@rootOwner

git push failing via http with error 22 - gitlab 8.0

Created by: dfduarte

Good Morning,

Yesterday, we've installed the Gitlab 8.0 within a server of mine here. I've used the Chef Cookbook from AtomicPenguins, and I've changed the git_branch for 8-0-stable.

Everything is working as expected, including the commit/push throught SSH. However, the commit via http is not work properly, and returns the following error:

Password for 'http://[email protected]:8090': error: Cannot access URL http://ec2-54-233-89-237.sa-east-1.compute.amazonaws.com:8090/dfduarte/projecthttp.git/, return code 22 fatal: git-http-push failed

The "production.log", shows the following error output:

Completed 200 OK in 363ms (Views: 317.2ms | ActiveRecord: 7.1ms) Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:15 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:19 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:19 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:21 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:25 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:28 -0300 Started GET "/dfduarte/projecthttp.git/info/refs?service=git-receive-pack" for 177.69.196.17 at 2015-09-23 13:26:28 -0300 Started GET "/dfduarte/projecthttp.git/HEAD" for 177.69.196.17 at 2015-09-23 13:26:28 -0300 Started PROPFIND "/dfduarte/projecthttp.git/" for 177.69.196.17 at 2015-09-23 13:26:28 -0300

ActionController::RoutingError (No route matches [PROPFIND] "/dfduarte/projecthttp.git"): vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/action_dispatch/middleware/debug_exceptions.rb:21:in call' vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/action_dispatch/middleware/show_exceptions.rb:30:incall' vendor/bundle/ruby/2.1.0/gems/railties-4.1.12/lib/rails/rack/logger.rb:38:in call_app' vendor/bundle/ruby/2.1.0/gems/railties-4.1.12/lib/rails/rack/logger.rb:20:inblock in call' vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/tagged_logging.rb:68:in block in tagged' vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/tagged_logging.rb:26:intagged' vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/tagged_logging.rb:68:in tagged' vendor/bundle/ruby/2.1.0/gems/railties-4.1.12/lib/rails/rack/logger.rb:20:incall' vendor/bundle/ruby/2.1.0/gems/request_store-1.2.0/lib/request_store/middleware.rb:8:in call' vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/action_dispatch/middleware/request_id.rb:21:incall' vendor/bundle/ruby/2.1.0/gems/rack-1.5.5/lib/rack/methodoverride.rb:21:in call' vendor/bundle/ruby/2.1.0/gems/rack-1.5.5/lib/rack/runtime.rb:17:incall' vendor/bundle/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lock.rb:17:in call' vendor/bundle/ruby/2.1.0/gems/rack-1.5.5/lib/rack/sendfile.rb:112:incall' vendor/bundle/ruby/2.1.0/gems/railties-4.1.12/lib/rails/engine.rb:514:in call' vendor/bundle/ruby/2.1.0/gems/railties-4.1.12/lib/rails/application.rb:144:incall'

What we're doing wrong here? Or there is a chance this can be a bug?

Doing some search on Google, I found that the propfind error is related to webdav, but I don't have this error on version 7 of Gitlab with the current Nginx configuration.

Assignee
Assign to
Time tracking