I have tried the following command unsuccessfully:
git push 12.12.12.123:/proj.git master
It asks my password, but each time it rejects it.
I used the following commands to set up Git:
git --bare update-server-info
chmod a+x hooks/post-update
The last command gives me this error:
chmod: Cannot access 'hooks/post-update':No such file or directory
I am reading the tutorial.
[Edit]
I get the following error message after trying to push:
bash: git-receive-pack: command not found
fatal: The remote end hung up unexpectedly