I m trying to set up a git origin on my Synology DS212J NAS server. When I try this command to push to the server:
git remote add nas ssh://username@nasip/volume1/path/to/repo/repo.git
git push nas master
I am first prompted with my password, which I enter. Then I am given the following error:
sh: git-receive-pack: not found
fatal: The remote end hung up unexpectedly
有谁知道这意味着什么 或我怎样才能修好它吗?
EDIT: This is what I m following, but I m getting the error when I try to push to the remote. http://rubypane.blogspot.com/2012/03/creating-new-git-repository-on-synology.html