2
ssh [email protected]
工作得很好。 但當我如何在Git中通過ssh從Windows服務器克隆到Mac客戶端?
git clone [email protected]:/d/myrepo.git
我
我運行Bitvise SSH服務器。 幫助!!
ssh [email protected]
工作得很好。 但當我如何在Git中通過ssh從Windows服務器克隆到Mac客戶端?
git clone [email protected]:/d/myrepo.git
我
我運行Bitvise SSH服務器。 幫助!!
固定。
我使用cydwin + openssh + cygwin-git而不是Bitvise SSH服務器。
git clone [email protected]:/cygdrive/d/myrepo.git
現在完美工作。
回購存在於該路徑嗎? – krsteeve
@krsteeve回購是在D:\ myrepo.git。那好嗎? – Emerson
因爲你可以登錄所有權利,運行'ls -la/d/myrepo.git'來檢查情況 – mnagel