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或工具git-clone中的用途。rhc如果我尝试通过 ssh 连接,我必须使用像 PuTTY 这样的客户端,如果我想克隆一个项目,我必须在 Windows 上使用 GitBash。我的问题是,当我使用上面的命令时?
ssh
git-clone
rhc
如果您有 ssh 客户端或可通过 Windows 中的命令行访问的 git 客户端,则可以使用这些命令。因此,如果您可以打开 cmd 提示符并键入“ssh”或“git”并且它可以工作,那么您可以使用 rhc ssh 和 rhc git-clone 命令。大多数情况下,它们对 Unix、Linux 和 OS X 很有用,但通过一些配置,您也应该能够从 Windows 中进行操作。