I'm trying to git clone to my website over SSH through Terminal on OSX 10.9. I've definitely installed git - when I simply run "git" in a new bash window, Terminal shows me the most commonly used git commands. However when I run it while using SSH on my website, it returns "-bash: git: command not found".
Any ideas? Thanks (in advance)!