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 的方法。我不想使用任何配置文件或环境变量。我只想使用类似于-e sshcommandMercurial 提供的选项。
-e sshcommand
您使用自定义 ssh 命令行的方式git是:
git
GIT_SSH
~/.ssh/config
这个答案GIT_SSH更详细地探讨了解决方案。
Mercurial中没有其他直接等效的-e命令行。
-e