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

Closed
Open
Created Sep 15, 2013 by Administrator@rootOwner

Install instructions fail to mention that git 1.7.10 is required

Created by: spuder

Summary - Users are likely to assume any version of git will work, however git 1.7.10 or newer is a requirement. I find the most recent version provided in many ubuntu repos is 1.7.9.5

Steps to reproduce - Install gitlab an ubuntu 12.04 system. Install git with apt-get install git-core

When you run the command sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production, you will get the following error

Init script up-to-date? ... yes
Projects have satellites? ... can't check, you have no projects
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... no
  Try fixing it:
  Update your git to a version >= 1.7.10 from 1.7.9
  Please fix the error above and rerun the checks.

Checking GitLab ... Finished

Expected behavior - The instructions should clarify that git 1.7.10 or newer is required. Ideally it would give instructions on how to install the latest version of git. https://launchpad.net/~git-core/+archive/ppa

Assignee
Assign to
Time tracking