Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Created June 19, 2023 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darmawan01/be8bfa872f8c3fa5f405f54861658d56 to your computer and use it in GitHub Desktop.
Save darmawan01/be8bfa872f8c3fa5f405f54861658d56 to your computer and use it in GitHub Desktop.
SSH Issue on windows PowerShell or WSL

Poweshell (Admin)

Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service

WSL

eval `ssh-agent` && ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment