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

Closed
Open
Created Apr 05, 2012 by Administrator@rootOwner

Gitlab VirtualBox git push not working Ubuntu 11.10

Created by: phil999

I was able to setup virtualbox with gitlab. The web interface works just fine and I have added my host public key and created a 'test' project. However, I am unable to push to my test repository since it asks for [email protected]'s password after making a test directory and doing a 'git init'. I have added my key and the web interface works just fine. Any ideas what could be wrong?

$ git remote add test [email protected]:test.git $ git push -u test master [email protected]'s password: ...

Here is my VagrantFile: Vagrant::Config.run do |config| config.vm.box = "gitlab" config.vm.network :hostonly, "33.33.33.10" end

Thanks for the help!

Assignee
Assign to
Time tracking