Добрый день.
Пытаюсь настроить git для удалённого доступа.
Создал пустой локальный репозиторий:
nidere@SERVER MINGW64 /d/git
$ git init --bare test.git
Initialized empty Git repository in D:/git/test.git/
Пытаюсь склонить его по ssh:
nidere@SERVER MINGW64 ~/Documents/git
$ git clone ssh://nidere@server.nidere.com/git/test.git
Cloning into 'test'...
nidere@server.nidere.com's password:
fatal: '/git/test.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.
Что я делаю не так?