Así que he estado buscando en toda la web cómo instalar git en mi host compartido, pero todavía no tengo ni idea.
Obtenga la última versión de git de la location siguiente https://github.com/git/git/releases
Iniciado en su alojamiento y en su carpeta de inicio, ejecute los siguientes commands.
curl -O http://github.com/git/git/archive/v1.8.3.3.tar.gz(put the latest vesion of git) tar zxvf git-1.8.3.3.tar.gz cd git-1.8.3.3 ./configure --prefix=/home/$USER --with-curl --with-expat make -i make -i install echo 'PATH=$PATH:$HOME/bin' >> $HOME/.bashrc source $HOME/.bashrc
Luego, escribe la versión de git, que dará la versión de Git 1.8.3