Open PowerShell (as admin) and run:
Get-Service ssh-agent
Set-Service -Name ssh-agent -StartupType Automatic
Start-Service ssh-agentFinally, run:
ssh-add ~/.ssh/id_ed25519ssh-keygen -p -f ~/.ssh/id_ed25519Just edit .bash_profile and add the following lines from the file.