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
  • #3373

Closed
Open
Created Mar 25, 2013 by Administrator@rootOwner

Git push fails over HTTP transport

Created by: troszok

I upgraded Gitlab to latest version 5.0. Before everything was working perfectly. Now it works over ssh and it fails over HTTP. Our ruby is setup with rvm to use 1.9.3 and there is also system ruby 1.8.7. Could this be a problem?

user@server:~/devops$ git push origin master
Username for 'http://git.YYY.org': [email protected]
Password for 'http://[email protected]@git.YYY.org': 
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 264 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler/dsl.rb:12:in `evaluate': There was an error in your Gemfile, and Bundler cannot continue. (Bundler::GemfileError)
remote:     from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler/definition.rb:18:in `build'
remote:     from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler.rb:134:in `definition'
remote:     from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler.rb:122:in `load'
remote:     from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler.rb:106:in `setup'
remote:     from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.1.rc.8/lib/bundler/setup.rb:17
remote: error: hook declined to update refs/heads/master
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'http://git.YYY.org/devops.git'
Assignee
Assign to
Time tracking