taskkill /F /IM ssh-agent.exe /T
- Run from Powershell
- From GUI
- Open control panel
- go to System and Security
- System
- Advanced System Settings
- Environment Variables
- Advanced System Settings
- System
- go to System and Security
- Open control panel
- Possible paths
C:\Program Files (x86)\Git\bin\git.exe C:\Program Files (x86)\Git\bin\cmd
- Add Git ssh.exe to GIT_SSH environment variable
- Possible path
C:\Program Files (x86)\Git\bin\usr\ssh.exe
eval $(ssh-agent -s) && ssh-add "C:\Users\USERNAME\.ssh\KEY_NAME"