My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Today

  • 18 hours ago
    issue 45 (git-svn) commented on by zelegolas   -   It's not on the path. When I type "git" and double tab I just have: git git-cvsserver git-receive-pack git-shell git-upload-archive git-upload-pack gitk
    It's not on the path. When I type "git" and double tab I just have: git git-cvsserver git-receive-pack git-shell git-upload-archive git-upload-pack gitk
  • 18 hours ago
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by dcolish   -   Ditto on the iphone sym issue.
    Ditto on the iphone sym issue.

Yesterday

  • 30 hours ago
    issue 45 (git-svn) Status changed by timcharper   -   I'm pretty sure that is included. Are you certain that it's not? Try typing "git
    Status: Invalid
    I'm pretty sure that is included. Are you certain that it's not? Try typing "git
    Status: Invalid

Last 7 days

  • Dec 25, 2009
    issue 45 (git-svn) reported by zelegolas   -   Can you include git-svn on the package? It will be easier to migrate for subversion to git Thanks...
    Can you include git-svn on the package? It will be easier to migrate for subversion to git Thanks...
  • Dec 22, 2009
    git-1.6.5.7-intel-leopard.dmg (Git Installer 1.6.5.7 - OS X - Leopard - Intel) file uploaded by timcharper   -  
    Labels: Featured OpSys-OSX Type-Package
    Labels: Featured OpSys-OSX Type-Package

Last 30 days

  • Dec 18, 2009
    issue 41 (git-gui failure can't find tk.framework) commented on by viktor.klang   -   I just experienced this. git version 1.6.5.5 OSX version: fully updated Leopard find /Library/Frameworks/Tk.framework find: /Library/Frameworks/Tk.framework: No such file or directory
    I just experienced this. git version 1.6.5.5 OSX version: fully updated Leopard find /Library/Frameworks/Tk.framework find: /Library/Frameworks/Tk.framework: No such file or directory
  • Dec 17, 2009
    issue 44 ( ~/) commented on by rynoceris1984   -   I didn't realize google code had keyboard shortcuts. I guess typing c starts a new issue. Now I know. I'll try to be less dumb and embarrassing with my keyboard from now on.
    I didn't realize google code had keyboard shortcuts. I guess typing c starts a new issue. Now I know. I'll try to be less dumb and embarrassing with my keyboard from now on.
  • Dec 17, 2009
    issue 44 ( ~/) commented on by rynoceris1984   -   Wow, I had no idea I posted anything. Sorry man. I was reading something in Firefox here and then switched back to terminal to type some things and was in the process of typing cd ~/ to get to my home directory. I guess I didn't switch windows fast enough! My apologies.
    Wow, I had no idea I posted anything. Sorry man. I was reading something in Firefox here and then switched back to terminal to type some things and was in the process of typing cd ~/ to get to my home directory. I guess I didn't switch windows fast enough! My apologies.
  • Dec 17, 2009
    issue 44 ( ~/) Status changed by timcharper   -   Ummm.. excellent. Thank you for chiming in with this important piece of information.
    Status: Fixed
    Ummm.. excellent. Thank you for chiming in with this important piece of information.
    Status: Fixed
  • Dec 17, 2009
    issue 44 ( ~/) reported by rynoceris1984   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Dec 12, 2009
    issue 43 (Handling of international characters in file names seems to ...) Status changed by timcharper   -  
    Status: WontFix
    Status: WontFix
  • Dec 12, 2009
    issue 43 (Handling of international characters in file names seems to ...) Status changed by timcharper   -   I believe your best bet would be to contact the git mailing list. Head on over to git-scm.com to find the mailing list. Best of luck :-) Tim
    Status: Accepted
    I believe your best bet would be to contact the git mailing list. Head on over to git-scm.com to find the mailing list. Best of luck :-) Tim
    Status: Accepted
  • Dec 12, 2009
    issue 43 (Handling of international characters in file names seems to ...) commented on by greddbullen   -   Yes, I tried that, same problem there. You're probably right in that this is not a problem with the installer. I think its a problem in Git itself or the Mac port of Git. Any idea where I could report it? Macports?
    Yes, I tried that, same problem there. You're probably right in that this is not a problem with the installer. I think its a problem in Git itself or the Mac port of Git. Any idea where I could report it? Macports?
  • Dec 09, 2009
    git-1.6.5.5-intel-leopard.dmg (Git Installer 1.6.5.5 - OS X - Leopard - Intel) file uploaded by timcharper   -  
    Labels: Featured OpSys-OSX Type-Package
    Labels: Featured OpSys-OSX Type-Package
  • Dec 09, 2009
    issue 41 (git-gui failure can't find tk.framework) Status changed by timcharper   -   I've tried this on several fresh-installed machines, and it worked. I can't reproduce this issue. Until I get a way that I can reproduce it, I'm going to mark this as invalid.
    Status: Invalid
    I've tried this on several fresh-installed machines, and it worked. I can't reproduce this issue. Until I get a way that I can reproduce it, I'm going to mark this as invalid.
    Status: Invalid
  • Dec 09, 2009
    issue 43 (Handling of international characters in file names seems to ...) commented on by timcharper   -   I don't think this is a bug with the installer. Have you tried installing git via macports?
    I don't think this is a bug with the installer. Have you tried installing git via macports?
  • Dec 06, 2009
    issue 43 (Handling of international characters in file names seems to ...) commented on by greddbullen   -   Subversion seems to have similar problems on Mac, see for instance: http://subversion.tigris.org/issues/show_bug.cgi?id=2464
    Subversion seems to have similar problems on Mac, see for instance: http://subversion.tigris.org/issues/show_bug.cgi?id=2464
  • Dec 06, 2009
    issue 43 (Handling of international characters in file names seems to ...) reported by greddbullen   -   What steps will reproduce the problem? 1. Create a repo: mkdir test cd test git init 2. Create a file with an international char in the file name: echo Hello > ö.txt 3. Add the file to the index git add ö.txt 4. Commit git commit -m "whatever" What is the expected output? What do you see instead? I expect the file to be committed, but instead I get: # On branch master # # Initial commit # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # "o\314\210.txt" nothing added to commit but untracked files present (use "git add" to track) No matter what i try, I can not commit the file. I can add it OK, but when committing, GIT can not find it. What version of the product are you using? On what operating system? git version 1.6.5.2 Mac OS X 10.6.2 MacBook Pro, 2.66 GHz Intel Core 2 Duo Please provide any additional information below.
    What steps will reproduce the problem? 1. Create a repo: mkdir test cd test git init 2. Create a file with an international char in the file name: echo Hello > ö.txt 3. Add the file to the index git add ö.txt 4. Commit git commit -m "whatever" What is the expected output? What do you see instead? I expect the file to be committed, but instead I get: # On branch master # # Initial commit # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # "o\314\210.txt" nothing added to commit but untracked files present (use "git add" to track) No matter what i try, I can not commit the file. I can add it OK, but when committing, GIT can not find it. What version of the product are you using? On what operating system? git version 1.6.5.2 Mac OS X 10.6.2 MacBook Pro, 2.66 GHz Intel Core 2 Duo Please provide any additional information below.
  • Dec 01, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by m.purland   -   I can confirm that closing the iPhone Simulator seems to allow it to install instead of getting stuck on Preparing.
    I can confirm that closing the iPhone Simulator seems to allow it to install instead of getting stuck on Preparing.

Earlier this year

  • Nov 14, 2009
    issue 23 (64bit Leopard Build?) Status changed by timcharper   -   I think you may need to just build git for yourself for the time being :) 64 bit builds are larger, and it seems there is very little need for them as very few people commit larger than 2 gig files.
    Status: WontFix
    I think you may need to just build git for yourself for the time being :) 64 bit builds are larger, and it seems there is very little need for them as very few people commit larger than 2 gig files.
    Status: WontFix
  • Nov 14, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) changed by timcharper   -   I will add a note to the installer DMG file for future releases. Thank you so much for the help!
    Status: Fixed
    Owner: timcharper
    I will add a note to the installer DMG file for future releases. Thank you so much for the help!
    Status: Fixed
    Owner: timcharper
  • Nov 14, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by pete.callaway   -   I just wanted to add further confirmation - with the simulator open, the installer would hang. Closing the simulator fixed the problem for me. Would it be a good idea to add a note to the project home page?
    I just wanted to add further confirmation - with the simulator open, the installer would hang. Closing the simulator fixed the problem for me. Would it be a good idea to add a note to the project home page?
  • Nov 12, 2009
    OpenInGitGui Wiki page commented on by cbrunnkvist   -   ... oh now I see, that might be related to [http://code.google.com/p/git-osx-installer/issues/detail?id=22 ticket#22].
    ... oh now I see, that might be related to [http://code.google.com/p/git-osx-installer/issues/detail?id=22 ticket#22].
  • Nov 12, 2009
    OpenInGitGui Wiki page commented on by cbrunnkvist   -   ... oh that might be related to [http://code.google.com/p/git-osx-installer/issues/detail?id=22 ticket#22]
    ... oh that might be related to [http://code.google.com/p/git-osx-installer/issues/detail?id=22 ticket#22]
  • Nov 12, 2009
    OpenInGitGui Wiki page commented on by cbrunnkvist   -   Hmm... It fails to load with the following details: {{{ Process: Wish [10848] Path: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Dyld Error Message: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found }}}
    Hmm... It fails to load with the following details: {{{ Process: Wish [10848] Path: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Dyld Error Message: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found }}}
  • Nov 12, 2009
    OpenInGitGui Wiki page commented on by cbrunnkvist   -   Hmm... It fails to load with the following details: Dyld Error Message: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found
    Hmm... It fails to load with the following details: Dyld Error Message: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found
  • Nov 10, 2009
    issue 42 (1.6.5.1 unknown required load command 0x80000022 on Leopard) Status changed by timcharper   -  
    Status: Fixed
    Status: Fixed
  • Nov 10, 2009
    issue 42 (1.6.5.1 unknown required load command 0x80000022 on Leopard) Status changed by timcharper   -   Great! Procrastination for the win, once again.
    Status: Accepted
    Great! Procrastination for the win, once again.
    Status: Accepted
  • Nov 10, 2009
    issue 42 (1.6.5.1 unknown required load command 0x80000022 on Leopard) commented on by deliver8r   -   It looks like the 1.6.5.2 build resolves this issue. Thanks!
    It looks like the 1.6.5.2 build resolves this issue. Thanks!
  • Nov 10, 2009
    OpenInGitGui Wiki page commented on by torpedo.contato   -   I ca apply those helpfull information for shell and ruby. Thanks! http://torpedo.inf.br http://www.construclick.com.br
    I ca apply those helpfull information for shell and ruby. Thanks! http://torpedo.inf.br http://www.construclick.com.br
  • Nov 09, 2009
    git-1.6.5.2-intel-leopard.dmg (Git Installer 1.6.5.2 - OS X - Leopard - Intel ) file uploaded by timcharper   -  
    Labels: Featured OpSys-OSX Type-Package
    Labels: Featured OpSys-OSX Type-Package
  • Oct 30, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by thaoula   -   I found that I also need to close xcode in addition to the emulator.
    I found that I also need to close xcode in addition to the emulator.
  • Oct 30, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by copertus   -   The same problem here. My babe is a 17' macBook pro 64 bits.
    The same problem here. My babe is a 17' macBook pro 64 bits.
  • Oct 26, 2009
    issue 42 (1.6.5.1 unknown required load command 0x80000022 on Leopard) reported by deliver8r   -   What steps will reproduce the problem? 1. Install 1.6.5.1 from the universal binary DMG. 2. CD to a git repo directory in Terminal. 3. Run "git gui". What is the expected output? Working Git gui. What do you see instead? dyld: unknown required load command 0x80000022 error: git-gui died of signal 5 What version of the product are you using? On what operating system? I'm using 1.6.5.1 on Leopard. I've been using the builds here since 1.4-ish, and this is the first that has broken. I thought it might have been a TclTkAqua problem, so I removed and reinstalled each 8.5.7 and 8.6b1 without success. When Googling the error message, it appears to be a problem with XCode. Please provide any additional information below. Running the uninstaller and reverting to the 1.6.5-intel-leopard build fixed the problem.
    What steps will reproduce the problem? 1. Install 1.6.5.1 from the universal binary DMG. 2. CD to a git repo directory in Terminal. 3. Run "git gui". What is the expected output? Working Git gui. What do you see instead? dyld: unknown required load command 0x80000022 error: git-gui died of signal 5 What version of the product are you using? On what operating system? I'm using 1.6.5.1 on Leopard. I've been using the builds here since 1.4-ish, and this is the first that has broken. I thought it might have been a TclTkAqua problem, so I removed and reinstalled each 8.5.7 and 8.6b1 without success. When Googling the error message, it appears to be a problem with XCode. Please provide any additional information below. Running the uninstaller and reverting to the 1.6.5-intel-leopard build fixed the problem.
  • Oct 25, 2009
    git-1.6.5.1-UNIVERSALbinary-leopard.dmg (Git Installer 1.6.5 - OS X - Leopard - Universal Binary) file uploaded by jrdnmlr
  • Oct 25, 2009
    issue 18 (Library not loaded: /usr/lib/libiconv.2.dylib) commented on by roger.storvik   -   Found out that it wasn't a problem running git as root. I had this in my personal .profile: export DYLD_LIBRARY_PATH=/usr/lib export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/sw/lib Hashed it out and everything was fine.. Don't remember why I put it in there in the first place.. :-/
    Found out that it wasn't a problem running git as root. I had this in my personal .profile: export DYLD_LIBRARY_PATH=/usr/lib export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/sw/lib Hashed it out and everything was fine.. Don't remember why I put it in there in the first place.. :-/
  • Oct 16, 2009
    OpenInGitGUITroubleshooting Wiki page commented on by ranguard   -   Semiotics101 - I had the same issue - just installed 8.5 and it removed the 8.6 automatically.
    Semiotics101 - I had the same issue - just installed 8.5 and it removed the 8.6 automatically.
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) commented on by whoughton   -   Oh duh, I got 8.6 not 8.5 I guess.
    Oh duh, I got 8.6 not 8.5 I guess.
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) commented on by whoughton   -   It is installed now: Nightfall:~ whoughton$ find /Library/Frameworks/Tk.framework /Library/Frameworks/Tk.framework /Library/Frameworks/Tk.framework/Headers ... But I'm now getting a Wish error: Nightfall:~ whoughton$ git gui dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found error: git-gui died of signal 5
    It is installed now: Nightfall:~ whoughton$ find /Library/Frameworks/Tk.framework /Library/Frameworks/Tk.framework /Library/Frameworks/Tk.framework/Headers ... But I'm now getting a Wish error: Nightfall:~ whoughton$ git gui dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found error: git-gui died of signal 5
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) Owner changed by timcharper   -   Ok, it appears that git is binding against the latest TclAqua I've installed in /Library/Frameworks/Tk.framework, rather than the system installed one in /System/Library/Frameworks/Tk.framework. This is really weird though, because I didn't have to rebuild git in order for it's gui tools to take advantage of the enhancements of the latest TclAqua. I'm sure there is some flag to set to specify where to look for Tk.framework. I will look in to setting a flag. Please let me know if latest TclAqua solves your problem (it really is worth the upgrade, there's been a lot of improvement in TclAqua since the release shipped with your mac). Tim
    Owner: timcharper
    Ok, it appears that git is binding against the latest TclAqua I've installed in /Library/Frameworks/Tk.framework, rather than the system installed one in /System/Library/Frameworks/Tk.framework. This is really weird though, because I didn't have to rebuild git in order for it's gui tools to take advantage of the enhancements of the latest TclAqua. I'm sure there is some flag to set to specify where to look for Tk.framework. I will look in to setting a flag. Please let me know if latest TclAqua solves your problem (it really is worth the upgrade, there's been a lot of improvement in TclAqua since the release shipped with your mac). Tim
    Owner: timcharper
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) commented on by whoughton   -   Nothing found: Nightfall:~ whoughton$ find /Library/Frameworks/Tk.framework find: /Library/Frameworks/Tk.framework: No such file or directory Yet: Nightfall:~ whoughton$ find /Developer -iname "tk.framework" /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Tk.framework /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Tk.framework I'll install the tcltk stuff next. thanks!
    Nothing found: Nightfall:~ whoughton$ find /Library/Frameworks/Tk.framework find: /Library/Frameworks/Tk.framework: No such file or directory Yet: Nightfall:~ whoughton$ find /Developer -iname "tk.framework" /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Tk.framework /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Tk.framework I'll install the tcltk stuff next. thanks!
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) commented on by timcharper   -   please post the results of find /Library/Frameworks/Tk.framework Then, try installing the latest TclAqua, available here: http://tcltkaqua.sourceforge.net/
    please post the results of find /Library/Frameworks/Tk.framework Then, try installing the latest TclAqua, available here: http://tcltkaqua.sourceforge.net/
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) Status changed by timcharper   -   Hmm... very interesting. Do you have the folder /Library/Frameworks/Tk.framework ? if so, what do you have in there?
    Status: Accepted
    Hmm... very interesting. Do you have the folder /Library/Frameworks/Tk.framework ? if so, what do you have in there?
    Status: Accepted
  • Oct 13, 2009
    issue 41 (git-gui failure can't find tk.framework) reported by whoughton   -   What steps will reproduce the problem? 1. install: git-1.6.5-intel-leopard.dmg 2. shell execute: git gui What is the expected output? What do you see instead? Unknown, I've never seen git gui before, but I get: Nightfall:Git 1.6.5 Intel Leopard whoughton$ git gui dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found error: git-gui died of signal 5 What version of the product are you using? On what operating system? git 1.6.5 on OS X 10.5.8 (intel) Please provide any additional information below.
    What steps will reproduce the problem? 1. install: git-1.6.5-intel-leopard.dmg 2. shell execute: git gui What is the expected output? What do you see instead? Unknown, I've never seen git gui before, but I get: Nightfall:Git 1.6.5 Intel Leopard whoughton$ git gui dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk Referenced from: /usr/local/git/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Reason: image not found error: git-gui died of signal 5 What version of the product are you using? On what operating system? git 1.6.5 on OS X 10.5.8 (intel) Please provide any additional information below.
  • Oct 12, 2009
    git-1.6.5-intel-leopard.dmg (Git Installer 1.6.5 - OS X - Leopard - Intel ) file uploaded by timcharper   -  
    Labels: Featured OpSys-OSX Type-Package
    Labels: Featured OpSys-OSX Type-Package
  • Oct 02, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by zero0xxx   -   Yes, quitting iPhone simulator worked for me too.
    Yes, quitting iPhone simulator worked for me too.
  • Sep 30, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by n8gray   -   Thanks Seth, it does appear that Installer conflicts with iPhone Simulator. This happens when installing *any* package, not just git.
    Thanks Seth, it does appear that Installer conflicts with iPhone Simulator. This happens when installing *any* package, not just git.
  • Sep 29, 2009
    issue 35 (Installer stuck Preparing Git on Snow Leopard) commented on by seth_goo...@araxia.net   -   iPhone Simulator being opened causes these symptoms in Installer.app. Quitting the simulator unsticks the installer. There may be causes other than this as well, of course; a key line to look for in determining iPhone Simulator complicity appears to be: ** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection or ports are invalid
    iPhone Simulator being opened causes these symptoms in Installer.app. Quitting the simulator unsticks the installer. There may be causes other than this as well, of course; a key line to look for in determining iPhone Simulator complicity appears to be: ** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection or ports are invalid
  • Sep 29, 2009
    issue 38 (must "sudo git" on Snow Leopard ?) Status changed by timcharper   -   OK :) you may have wandered to the wrong place. This is the issue list for the Mac OS X git installer, not the port installer :) Glad you found your problem anyways.
    Status: Invalid
    OK :) you may have wandered to the wrong place. This is the issue list for the Mac OS X git installer, not the port installer :) Glad you found your problem anyways.
    Status: Invalid
  • Sep 29, 2009
    issue 38 (must "sudo git" on Snow Leopard ?) commented on by peter.marklund   -   I fixed my permission issues. Seems there was a sticky permission bit (or something) on /opt: peter-marklunds-macbook-pro-15:~ peter$ sudo ls -ldh /opt drwx------ 3 root admin 102B Sep 28 14:20 /opt peter-marklunds-macbook-pro-15:~ peter$ sudo chmod 755 /opt Now I can execute git without sudo. @timcharper - my git-core package was not installed to /usr/local, it was installed to /opt/local: peter-marklunds-macbook-pro-15:~ peter$ sudo port contents git-core |grep '/usr/local' peter-marklunds-macbook-pro-15:~ peter$ peter-marklunds-macbook-pro-15:~ peter$ sudo port info git-core git-core @1.6.4.4 (devel) peter-marklunds-macbook-pro-15:~ peter$ port -v MacPorts 1.8.0
    I fixed my permission issues. Seems there was a sticky permission bit (or something) on /opt: peter-marklunds-macbook-pro-15:~ peter$ sudo ls -ldh /opt drwx------ 3 root admin 102B Sep 28 14:20 /opt peter-marklunds-macbook-pro-15:~ peter$ sudo chmod 755 /opt Now I can execute git without sudo. @timcharper - my git-core package was not installed to /usr/local, it was installed to /opt/local: peter-marklunds-macbook-pro-15:~ peter$ sudo port contents git-core |grep '/usr/local' peter-marklunds-macbook-pro-15:~ peter$ peter-marklunds-macbook-pro-15:~ peter$ sudo port info git-core git-core @1.6.4.4 (devel) peter-marklunds-macbook-pro-15:~ peter$ port -v MacPorts 1.8.0
 
Hosted by Google Code