LoginSignup
28
9

More than 5 years have passed since last update.

Win10でssh-addがError connecting to agent: No such file or directory

Posted at

サービスでssh-agentが無効になっていました

PowerShellを管理者権限で開き、以下を実行したら直りました

Set-Service -Name ssh-agent -StartupType Manual
Start-Service ssh-agent

参考
- Can't get ssh-agent working · Issue #1133 · PowerShell/Win32-OpenSSH

28
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
9