Install Git on a shared host February 19, 2015May 6, 2015 TheSmithy This solution worked for me: ssh into your server Create directory ‘src’ and cd into it: cd mkdir src cd srccd mkdir src cd src Download and unpack the latest version of git. You van find the latest releases here: https://github.com/git/git/releases Read More