Coder Social home page Coder Social logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Had the same issue today..

Original comment by [email protected] on 27 Feb 2009 at 12:13

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Same problem here, 1.6.1.3 installer on OSX 10.5.6 with custom .bash_profile 
that includes the previous $PATH 
setting.

Original comment by [email protected] on 14 Mar 2009 at 6:00

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Same issue.  Contents of my .profile:

export PATH=/opt/local/bin:/opt/local/sbin:$PATH

Original comment by [email protected] on 27 Mar 2009 at 11:24

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I thought the installer uses /etc/paths.d, not $PATH.  So I would not expect it 
to change $PATH.  Is the problem 
that git is not on the path (in the abstract sense of path, i.e. things 
executable by unqualified names) or just that 
you want it to literally be part of the $PATH environment variable?

Original comment by [email protected] on 8 Apr 2009 at 4:14

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Turns out the problem was not that the installer set /etc/paths.d incorrectly, 
but that my OS X installation wasn't 
set to use it by default. You need to have the lines:

if [ -x /usr/libexec/path_helper ]; then
    eval `/usr/libexec/path_helper -s`
fi

in /etc/profile for this method of setting the system path to work. I would 
check this during installation.

Original comment by [email protected] on 11 Apr 2009 at 8:51

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Thanks agocke, this was my problem as well.

Original comment by [email protected] on 9 Jul 2009 at 4:30

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
The problem is in the installation pakage.
The installer puts some folders on the wrong path.
man1, man5 and man7 was installed in the path: /usr/local/git/man rather that 
/usr/local/git/share/man
Move these folders and everything will work fine.

Original comment by [email protected] on 4 Sep 2009 at 9:47

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Thanks Saxintosh....wasted 3 hours today.

Original comment by [email protected] on 8 Sep 2009 at 2:32

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
;-)

Original comment by [email protected] on 8 Sep 2009 at 6:14

from git-osx-installer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024

Original comment by [email protected] on 17 Sep 2009 at 7:27

  • Changed state: Fixed

from git-osx-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.