使用 PhpStorm 和内置或本机 SSH 可执行选项的 SSH 配置
SSH config with PhpStorm and built-in or native SSH executable option
如果在 PhpStorm > Version Control > Git option
中选择 SSH 可执行文件的内置或本机选项:
- SSH 的配置在哪里?
- 这些选项有什么区别?
我想自定义 SSH 以进行一些技巧开发...
SSH 配置位于标准位置 - ~/.ssh
。在 Windows 上解析为 C:\Users\your username\.ssh
。
built-in 和本机可执行文件之间的区别在此处描述:https://www.jetbrains.com/help/phpstorm/using-git-integration.html。
如果在 PhpStorm > Version Control > Git option
中选择 SSH 可执行文件的内置或本机选项:
- SSH 的配置在哪里?
- 这些选项有什么区别?
我想自定义 SSH 以进行一些技巧开发...
SSH 配置位于标准位置 - ~/.ssh
。在 Windows 上解析为 C:\Users\your username\.ssh
。
built-in 和本机可执行文件之间的区别在此处描述:https://www.jetbrains.com/help/phpstorm/using-git-integration.html。