2
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 サーバーを実行しています。ヘルプ!!

4

1 に答える 1

1

修理済み。

Bitvise SSH サーバーの代わりに cydwin+openssh+cygwin-git を使用しています。

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

今は完璧に動作します。

于 2013-11-01T13:19:02.233 に答える