2010-03-12 24 views
8

Windows 7'de bir CopSsh, PuTTY ve msysgit kullanarak bir Git sunucusu kurmaya çalışıyorum. Ssh kullanarak bir depo klonlama sorunları yaşıyorum. Ben normal dizin yolu kullanırsanızssh kullanarak clone - deposu bulamıyor

, çalışır:

$ 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. 

Şşş, çalışmıyor. Başarı olmadan farklı yollar denedim. http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/

Herhangi ipuçları:

$ 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 

buradan talimatları takip? Ben yanlış yolu var

cevap

10

...

git clone "ssh://[email protected]:4837/Program Files (x86)/ICW/home/steve/vc/git/depo/test.git" 
/c/dev/es/app/ 

çalıştı.