Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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 服务器。帮助!!
固定的。
我使用 cydwin+openssh+cygwin-git 而不是 Bitvise SSH 服务器。
git clone user@example.com:/cygdrive/d/myrepo.git
现在完美运行。