I tried to configure VPS with GitLab that I installed from Digital Ocean.
Everything works fine excepts from git pushing and pulling. when I use this command:
git push -u origin master
the result that I'm getting is:
git@(ipAddress)'s password: [my password]
sh: 1: git-receive-pack: not found
fatal: Could not read from remote repository
Please make sure you have the correct access rights and the repository exists.