如何通过Git中的ssh从Windows服务器克隆到Mac客户端?

时间:2013-10-28 13:58:58

标签: git ssh

ssh user@example.com

工作得很好。 但是当我尝试

git clone user@example.com:/d/myrepo.git

我得到了

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

我正在运行Bitvise SSH服务器。 帮助!

1 个答案:

答案 0 :(得分:1)

固定。

我使用cydwin + openssh + cygwin-git而不是Bitvise SSH服务器。

git clone user@example.com:/cygdrive/d/myrepo.git

现在完美运作。