Skip to content

Instantly share code, notes, and snippets.

@cassler
Created June 27, 2014 18:04
Show Gist options
  • Select an option

  • Save cassler/ac32ba5ac366ec299599 to your computer and use it in GitHub Desktop.

Select an option

Save cassler/ac32ba5ac366ec299599 to your computer and use it in GitHub Desktop.
Fix iTerm + Git on Yosemite
/**
* Type the following commands into terminal and start a new session
* this will fix any issues with Xcode not being able to git-pull in iTerm + ZSH
**/
cd /Applications/iTerm.app/Contents/MacOS
mv iTerm iTerm-bin
cat > iTerm <<EOF
#!/bin/sh
unset PATH
\${0}-bin
EOF
chmod +x iTerm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment