22ef206284b51dd6b6f0664e7f6f9299a31c7fe3
Windows/VSCode.md
| ... | ... | @@ -215,6 +215,14 @@ |
| 215 | 215 | mklink Microsoft.VSCode_profile.ps1 Microsoft.PowerShell_profile.ps1 |
| 216 | 216 | ``` |
| 217 | 217 | |
| 218 | +## SSH-Agent |
|
| 219 | +- リモートリポジトリへのアクセスで毎回パスフレーズを要求されるのを回避する。 |
|
| 220 | +- [SSH-Agent サービスの有効化](/Windows/PowerShell#ssh-agent-サービスの有効化) |
|
| 221 | +- git で使用する SSH を Windows 版 OpenSSH に指定する。 |
|
| 222 | + ``` |
|
| 223 | + > git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe" |
|
| 224 | + ``` |
|
| 225 | + |
|
| 218 | 226 | ## *.vsix のダウンロード |
| 219 | 227 | - [Managing Extensions](https://code.visualstudio.com/docs/editor/extension-gallery) |
| 220 | 228 | - [Can I download an extension directly from the Marketplace?](https://code.visualstudio.com/docs/editor/extension-gallery#_can-i-download-an-extension-directly-from-the-marketplace) |