Comments on: New Git package for OS X http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/ In Which We Worry and Complain Out Loud in Our Outside Voice Wed, 22 Jul 2009 22:24:06 -0700 http://wordpress.org/?v=2.8.4 hourly 1 By: Keith M http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-140540 Keith M Sat, 28 Mar 2009 17:59:46 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-140540 Thanks for that! I ran it on Leopard and worked flawlessly. Thanks for that! I ran it on Leopard and worked flawlessly.

]]>
By: Nathan Garza http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-126327 Nathan Garza Mon, 02 Feb 2009 20:09:28 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-126327 Oh wow! I've been banging my head against the git installation for a LONG time and had just about given up on installing it on my tiger system. Thanks! Oh wow! I’ve been banging my head against the git installation for a LONG time and had just about given up on installing it on my tiger system. Thanks!

]]>
By: csm http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-111980 csm Mon, 08 Dec 2008 22:44:38 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-111980 You probably don't want to add <blockquote><code>source ~/.bashrc</code></blockquote> to <code>~/.bashrc</code>, because that will recursively keep sourcing the same file, unless bash does something intelligent with that scenario. You should just need the <code>export</code> line in that file, and need to log out and log back in. You probably don’t want to add

source ~/.bashrc

to ~/.bashrc, because that will recursively keep sourcing the same file, unless bash does something intelligent with that scenario. You should just need the export line in that file, and need to log out and log back in.

]]>
By: Andres Narvaez http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-110733 Andres Narvaez Thu, 04 Dec 2008 00:32:45 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-110733 I'm a mac Tiger user and would get -bash: git: command not found when running git --version after installation. Probably worth mentioning: I had to source my .bashrc in a .profile file first. If there's a better way, please feel free to correct. Here's the full process: * Download and Install Git package for OS X * You will need to add /usr/local/bin to your $PATH: o vim ~/.bashrc o At the bottom of the file add this line: o export PATH=$PATH:/usr/local/bin * To source your .bashrc automatically for each terminal session (so the last three steps work): o vim ~/.bashrc o At the bottom of the file add this line: o source ~/.bashrc * After installation (and probably after a login/logout) open a terminal and type: git --version * You should see something like this: git version 1.5.3.1 * Git is now installed and working I’m a mac Tiger user and would get -bash: git: command not found when running git –version after installation. Probably worth mentioning: I had to source my .bashrc in a .profile file first. If there’s a better way, please feel free to correct.

Here’s the full process:

* Download and Install Git package for OS X
* You will need to add /usr/local/bin to your $PATH:
o vim ~/.bashrc
o At the bottom of the file add this line:
o export PATH=$PATH:/usr/local/bin
* To source your .bashrc automatically for each terminal session (so the last three steps work):
o vim ~/.bashrc
o At the bottom of the file add this line:
o source ~/.bashrc
* After installation (and probably after a login/logout) open a terminal and type: git –version
* You should see something like this:
git version 1.5.3.1
* Git is now installed and working

]]>
By: liujie http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-68329 liujie Tue, 06 May 2008 05:02:13 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-68329 It's work. Thanks very much! It’s work. Thanks very much!

]]>
By: csm http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-62637 csm Tue, 01 Apr 2008 16:04:37 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-62637 Is that a joke? Is that a joke?

]]>
By: masudul.haque http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-62616 masudul.haque Tue, 01 Apr 2008 10:24:57 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-62616 Is it working for Linux? Is it working for Linux?

]]>
By: csm http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-62406 csm Sat, 29 Mar 2008 23:32:19 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-62406 @anthony webb: way ahead of you, there. I made a new package with the then-latest release of git a few weeks ago: http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/ @anthony webb: way ahead of you, there. I made a new package with the then-latest release of git a few weeks ago: http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/

]]>
By: anthony webb http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-62404 anthony webb Sat, 29 Mar 2008 19:00:19 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-62404 How about an updated package? Thanks for your work, installing from source sucks. How about an updated package? Thanks for your work, installing from source sucks.

]]>
By: Justin http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/comment-page-1/#comment-61649 Justin Wed, 19 Mar 2008 02:48:05 +0000 http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/#comment-61649 "Works flawlessly in Leopard. Didn’t even have to set any environment variables… it just works." Ditto. Thanks very much! (Installing from source wasn't working for me.) “Works flawlessly in Leopard. Didn’t even have to set any environment variables… it just works.”

Ditto. Thanks very much! (Installing from source wasn’t working for me.)

]]>