GIT : “git-upload-pack: command not found” while pushing to remote server
问题 So I'm using GIT, trying to push code to my remote server. on a shared unix hosting, and I'm not allowed to have my own environment variables (blocked for SSH accounts) and no sudo access. managed to install git successfully in my /home/ trying to push code to the server returns : bash: git-upload-pack: command not found $PATH variable is set - because git is installed in my /home/ to get things working, I had to use to following clone command : git clone -u /home/bin/git-upload-pack user