Я пытаюсь настроить сервер Git на Windows 7, используя CopSsh, PuTTY и msysgit. У меня проблемы с клонированием репозитория с помощью ssh.
Если я использую обычный путь к каталогу, он работает:
$ git clone ~/vc/git/depot/test.git/ /c/dev/es/app
Initialized empty Git repository in c:/dev/es/app/.git/
warning: You appear to have cloned an empty repository.
Ssh, не работает. Я пробовал разные пути без успеха.
$ git clone ssh://[email protected]:4837/~/vc/git/depot/test.git/ /c/dev/es/app
Initialized empty Git repository in c:/dev/es/app/.git/
fatal: '~/vc/git/depot/eastApp.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Я выполнил следующие инструкции: http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/
Любые подсказки?