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.
因为我已将 git 添加到它的 PATH 中,所以我可以从我的 Windows 终端使用 git。我可以直接从终端执行“git pull”、“git push”等操作,但我无法使用 ssh 功能,该功能只能在 git bash 终端中使用。是否可以在 windows 终端中使用 git bash "ssh" 命令?如果是这样,如何?
在我的电脑上,ssh 位于C:\Program Files (x86)\Git\bin\ssh.exe。但是,这与 git.exe 的位置相同,因此如果您的系统相同,那么您的 PATH 引用应该可以工作。
或者,您可以下载许多基于 Windows 的ssh 客户端中的任何一个。我喜欢putty,但它们中的任何一个都可以。