Closed GoogleCodeExporter closed 8 years ago
Git is installed in /usr/local/git/
Running "man git" works.
Original comment by robert.w...@widescape.net
on 24 May 2009 at 10:20
Just found out, that no installer works for me. Same problem with all.
Original comment by robert.w...@widescape.net
on 24 May 2009 at 10:25
OK, solved the problem. Just added /usr/local/git/bin/ to the PATH in ~/.login
But why didn't the installer do this for me?
Original comment by robert.w...@widescape.net
on 24 May 2009 at 10:51
Do you see the file /etc/paths.d/git? The installer put that, along with
/etc/manpaths.d/git, to set your
paths appropriately. It looks like your system took the manpath change, but not
the paths change. Maybe
you are overriding this system default behaviour somewhere?
Original comment by timchar...@gmail.com
on 24 May 2009 at 3:28
The file /etc/paths.d/git exists and contains the correct path to git. Thanks
for the hint. I'll take a look at all
path configurations.
Original comment by robert.w...@widescape.net
on 24 May 2009 at 3:50
Oh, this issue should be invalidated then. :-)
Original comment by robert.w...@widescape.net
on 24 May 2009 at 3:51
Original comment by timchar...@gmail.com
on 24 May 2009 at 7:01
Try restarting Terminal. that was enough to fix it for me
Original comment by mattmaye...@gmail.com
on 1 Jun 2010 at 8:24
Same here ... had to restart terminal.
Original comment by bwood...@gmail.com
on 23 Nov 2010 at 2:49
Wow can't believe I have to restart my screen session I've had going for months.
Original comment by budli...@gmail.com
on 3 Feb 2011 at 6:15
Thanks for all the posts. I had the same problem .. until I read the responses
AND restarted Terminal. Thanks again.
Original comment by paul%tho...@gtempaccount.com
on 2 Apr 2011 at 3:23
Restarting terminal resolved the issue
Original comment by b.sa...@gmail.com
on 22 Jul 2011 at 11:40
drove me crazy for an hr until i found this post...Restarting the terminal
fixed..
Thanks
Original comment by balu....@gmail.com
on 28 Aug 2011 at 2:43
[deleted comment]
restarting terminal fixed it for me too
Original comment by jakedlev...@gmail.com
on 10 Dec 2011 at 1:12
diddo, thanks
Original comment by saea...@microstrain.com
on 29 Feb 2012 at 6:52
It would be great if the installer pointed out that you have to restart the
terminal. This is just an utterly frustrating and entirely unnecessary bug.
Original comment by rtnw7...@googlemail.com
on 13 Mar 2012 at 3:26
[deleted comment]
I didn't expect people would not know to restart the terminal, I'll add a note
in the README. In reality, you don't have to restart the terminal, just your
bash session. So opening a new tab would do the trick. Additionally, you could
re-source /etc/profile.
I wouldn't call this a bug, it's behaving exactly as intended. The reason why
it's installed to /usr/local/git is for ease of removal. I have pondered the
possibility of symlinking in to /usr/bin, overwriting the Xcode installed git,
but have been hesitant to do so... it feels messy. Still, this approach would
remove the need to modify the terminal environment, and still provide a
somewhat sane, easy way to uninstall git.
Original comment by timchar...@gmail.com
on 13 Mar 2012 at 10:46
There is also /usr/local/bin
Original comment by jimpisaacs
on 28 Feb 2013 at 4:22
/usr/local/git is such a weird place, I would think at least it would go to
/usr/local/share/git then symlink back to to /usr/local/bin that doesn't
interfere with Xcode, it makes more sense IMO.
Original comment by jimpisaacs
on 28 Feb 2013 at 4:25
Original issue reported on code.google.com by
robert.w...@widescape.net
on 23 May 2009 at 6:05