#16800: qgit.app fails to find git executable ---------------------------------------+------------------------------------ Reporter: swinbank@transientskp.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: qgit ---------------------------------------+------------------------------------ qgit runs git --exec-path on startup to find the core git executables. Assuming git is installed through Macports, the git executable lives in /opt/local/bin. If qgit is run through the command line, and this is in $PATH, everything is fine. However, if qgit is run through /Applications/MacPorts/qgit.app, the path does not include /opt/local/bin. git --exec-path therefore fails, and gqit reports: {{{ An error occurred while executing command: git --exec-path Git says: Unable to start the process! }}} -- Ticket URL: <http://trac.macports.org/ticket/16800> MacPorts <http://www.macports.org/> Ports system for Mac OS