These are the commands that I've ran on my server:
$ whoami
git
$ ls -l
drwxr-xr-x 3 git git 4096 Jan 16 05:48 git
$ ls -l git/
total 4
drwxrwxr-x 7 git git 4096 Jan 16 05:55 tpro.git
Then on my local machine:
$ git remote add origin git@gitserver:/opt/git/t.git
Then But when I want to push into the server from my local machine I have the following error:
$ git push -u origin master
fatal: '/opt/git/t.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.