Git clone using ssh - can't find repository

前端 未结 1 1841
再見小時候
再見小時候 2020-12-14 23:47

I\'m trying to setup a Git server on Windows 7, using CopSsh, PuTTY and msysgit. I\'m having problems cloning a repository using ssh.

If I use a regular directory p

相关标签:
1条回答
  • 2020-12-15 00:32

    I got the path wrong...

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

    worked.

    0 讨论(0)
提交回复
热议问题