My previous question led me to this one – is it possible to install and use git on a shared hosting server (if it’s not provided by default) where using apt-get isn’t possible?
I’ve sent a ticket concerning this issue (apt-get not working), and got this response;
This is a shared hosting account and your user is not able to modify
or install/uninstall new software on the server.This functionality is only available on our VPS hosting solutions. For
more information please refer to the following link:
http://landahost.runhosting.de/vps-hosting.html
Since I only need git, is there a way “around” this issue?
You are going to want to compile git and move it over to the server. This stackoverflow Q&A does a pretty good job answering your question: Compile git for 32-bit linux on shared hosting
Good luck. Happy coding.