I have full access to some folder on a remote Linux server over ssh and scp. I can upload and download files but not install apps. Now I want to put a git repository on this server. When I try to clone from an over scp copied repository I get the following error message:
sgit-upload-pack: Command not found
fatal: The remote end hung up unexpectedly
Cloning using the same command from Github works as expected. Do I need Git installed on the server? If yes, is there any work around?