In my magit-status buffer I see the following: Stashes: /usr/local/Cellar/git/1.7.1/libexec/git-core/git-stash: line 4: basename: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-stash: line 4: sed: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 71: basename: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 71: sed: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 202: uname: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-stash: line 445: rm: command not found
When I try to pull, I get this error: $ git --no-pager pull -v /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 71: basename: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 71: sed: command not found /usr/local/Cellar/git/1.7.1/libexec/git-core/git-sh-setup: line 202: uname: command not found error: cannot run ssh: No such file or directory fatal: unable to fork Git exited abnormally with code 1. Anyone know what might be wrong with my setup? I have git installed with homebrew. Running 'git pull' as a shell command in emacs works fine.
