Comments on: git package 1.5.4.3 for OS X http://metastatic.org/text/Concern/2008/03/08/git-package-1543-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: csm http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-123447 csm Wed, 21 Jan 2009 05:46:43 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-123447 @Anthony The installer I made installs the programs into /usr/local/bin. What you want to do is modify the PATH variable in the file <code>~/.bashrc</code> or possibly <code>~/.bash_profile</code> so the path <code>/usr/local/git/bin</code> comes before <code>/usr/local/bin</code>. Also, since the installs are separate, you can just go ahead and remove the programs that are in <code>/usr/local/bin</code>. I <em>think</em> they all start with <code>git*</code>. @Anthony

The installer I made installs the programs into /usr/local/bin. What you want to do is modify the PATH variable in the file ~/.bashrc or possibly ~/.bash_profile so the path /usr/local/git/bin comes before /usr/local/bin.

Also, since the installs are separate, you can just go ahead and remove the programs that are in /usr/local/bin. I think they all start with git*.

]]>
By: Anthony http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-121272 Anthony Mon, 12 Jan 2009 04:18:21 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-121272 Hi I wanted to install 1.6.1 which I did using the installer hosted on google code. Thing is it insalls to /usr/local/git/bin and is there OK, but from the command line when I do a git --version it is still this version I installed from this site. How do I get rid of 1.5.4.3 that I installed from here and point my mac to use the new 1.6.1 I recently installed? Hi I wanted to install 1.6.1 which I did using the installer hosted on google code. Thing is it insalls to /usr/local/git/bin and is there OK, but from the command line when I do a git –version it is still this version I installed from this site.

How do I get rid of 1.5.4.3 that I installed from here and point my mac to use the new 1.6.1 I recently installed?

]]>
By: Giotto http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-106825 Giotto Tue, 18 Nov 2008 22:38:02 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-106825 you are a hero. thanks a lot you are a hero. thanks a lot

]]>
By: ozofeliz http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-101610 ozofeliz Sat, 01 Nov 2008 16:31:58 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-101610 Great. Great.

]]>
By: csm http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-94033 csm Sun, 28 Sep 2008 20:06:10 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-94033 @ralo: Care to explain what didn't work? @ralo: Care to explain what didn’t work?

]]>
By: ralo http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-94012 ralo Sun, 28 Sep 2008 06:01:51 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-94012 It didn't work for me. It didn’t work for me.

]]>
By: Joe Goggins http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-93767 Joe Goggins Thu, 25 Sep 2008 16:33:00 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-93767 THANK YOU THANK YOU THANK YOU, works great on Tiger! THANK YOU THANK YOU THANK YOU, works great on Tiger!

]]>
By: csm http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-93587 csm Mon, 22 Sep 2008 04:07:02 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-93587 I think the version of CURL that comes with Tiger is not capable of supporting git's http-push. git itself disables USE_CURL_MULTI, and it's probably for a good reason. I think the version of CURL that comes with Tiger is not capable of supporting git’s http-push. git itself disables USE_CURL_MULTI, and it’s probably for a good reason.

]]>
By: Sean http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-93584 Sean Mon, 22 Sep 2008 01:52:03 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-93584 Thanks a ton for the package. I was particularly interested in the http-push functionality, but it appears that it isn't quite there yet. Here is what I get on a Tiger Intel machine. fatal: git-push is not available for http/https repository when not compiled with USE_CURL_MULTI Is is possible to rebuild with USE_CURL_MULTI defined? Thanks a ton for the package. I was particularly interested in the http-push functionality, but it appears that it isn’t quite there yet. Here is what I get on a Tiger Intel machine.

fatal: git-push is not available for http/https repository when not compiled with USE_CURL_MULTI

Is is possible to rebuild with USE_CURL_MULTI defined?

]]>
By: rob http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/comment-page-1/#comment-90932 rob Sat, 06 Sep 2008 06:47:05 +0000 http://metastatic.org/text/Concern/2008/03/08/git-package-1543-for-os-x/#comment-90932 This worked perfectly on Tiger! Thank you very much for taking the time to put it together. This worked perfectly on Tiger! Thank you very much for taking the time to put it together.

]]>