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

Closed
Open
Created Jan 30, 2012 by Administrator@rootOwner

Install gitolite error

Created by: purwandi

I'm follow instrusction to install gitolite in here https://github.com/gitlabhq/gitlabhq/wiki/Gitolite

When i run sudo -u git -H /home/git/gitolite/src/gl-system-install i have got error like this

gitlabhq@ubuntu:~/gitlabhq$ sudo -u git -H /home/git/gitolite/src/gl-system-install using default values for EUID=106: /home/git/bin /home/git/share/gitolite/conf /home/git/share/gitolite/hooks

            ***** WARNING *****

/usr/local/bin precedes /home/git/bin in your $PATH, and it also contains gl-setup. This is almost certainly going to confuse you or me later.

Since gl-setup MUST be run from the PATH (and not as src/gl-setup or such), you must fix this before running gl-setup. The simplest way is to add

PATH=/home/git/bin:$PATH

to the end of your bashrc or similar file. You can even simply run that command manually each time you log in and want to run a gitolite command.

Run /home/git/gitolite/src/gl-system-install -h for a detailed usage message. gitlabhq@ubuntu:~/gitlabhq$

Assignee
Assign to
Time tracking