Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Git Problem

Git Problem

Scheduled Pinned Locked Moved System Admin
htmlsysadminlinuxcollaborationhelp
5 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SponzyP
    wrote on last edited by
    #1

    I am trying to install Git on my lucid vpn, I followed this tutorial. http://kris.me.uk/2010/09/30/git-repository-server-gitolite.html[^] It worked until I run this command:

    src/gl-system-install ~/bin ~/share/gitolite/conf ~/share/gitolite/hooks

    Which it outputs

    bash: src/gl-system-install: No such file or directory

    I can't find anything on it, it is my first time running gitolite anyone have any advice? EDIT: Found a directory gl-system-install

    /home/git/src/gl-system-install

    L A 2 Replies Last reply
    0
    • S SponzyP

      I am trying to install Git on my lucid vpn, I followed this tutorial. http://kris.me.uk/2010/09/30/git-repository-server-gitolite.html[^] It worked until I run this command:

      src/gl-system-install ~/bin ~/share/gitolite/conf ~/share/gitolite/hooks

      Which it outputs

      bash: src/gl-system-install: No such file or directory

      I can't find anything on it, it is my first time running gitolite anyone have any advice? EDIT: Found a directory gl-system-install

      /home/git/src/gl-system-install

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Member 8189522 wrote:

      Found a directory gl-system-install

      You need to search your directory tree for the executable (gl-system-install). Also you may like to check on the site where you downloaded this from to see if they have a support forum.

      One of these days I'm going to think of a really clever signature.

      A 1 Reply Last reply
      0
      • S SponzyP

        I am trying to install Git on my lucid vpn, I followed this tutorial. http://kris.me.uk/2010/09/30/git-repository-server-gitolite.html[^] It worked until I run this command:

        src/gl-system-install ~/bin ~/share/gitolite/conf ~/share/gitolite/hooks

        Which it outputs

        bash: src/gl-system-install: No such file or directory

        I can't find anything on it, it is my first time running gitolite anyone have any advice? EDIT: Found a directory gl-system-install

        /home/git/src/gl-system-install

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        Your error seems to indicate you didn't follow the step that said... log in under your git account:

        Quote:

        Log in as the git user:

        If you had logged in under the git account... you would be in the home directory for that user... which is:

        /home/git/

        ...therefore when you typed the command...

        src/gl-system-install ~/bin ~/share/gitolite/conf ~/share/gitolite/hooks

        ...you would already be in the git home directory... therefore the location src/gl-system-install would make sense... if you're ANYWHERE else in the system, the call will fail. Edit: Going over the short article again... it seems to assume you've configured su to change you from your current directory to the home directory of the user you've logged in as. This isn't the default behavior of su. So you'll have to either log off and log back in to be in the right home directory or just cd into the right home directory (or change the default behavior of su).

        1 Reply Last reply
        0
        • L Lost User

          Member 8189522 wrote:

          Found a directory gl-system-install

          You need to search your directory tree for the executable (gl-system-install). Also you may like to check on the site where you downloaded this from to see if they have a support forum.

          One of these days I'm going to think of a really clever signature.

          A Offline
          A Offline
          Albert Holguin
          wrote on last edited by
          #4

          See my answer to him... seems to me like he just missed the "log in as git user" step.

          L 1 Reply Last reply
          0
          • A Albert Holguin

            See my answer to him... seems to me like he just missed the "log in as git user" step.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            I did not bother to read the article, assuming any Linux user would understand about directory trees and search paths.

            One of these days I'm going to think of a really clever signature.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups