I have git installed and it works great in the command prompt, but when I open up powershell it gives me this warning:
WARNING: Could not find ssh-agent <
WARNING: Could not find ssh-agent
If you are using posh-git and getting this warning, you can turn it off by commenting (adding a '#' sign to) the following line
Start-SshAgent -Quiet
In the file
Documents\WindowsPowerShell\Modules\posh-git\profile.example.ps1