You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system name and version: Windows 10 1809
OpenSSH / Putty version: 7.9.0.0
Issue Description
I am trying to set up ssh-agent to work with Windows' OpenSSH client but apparently, posh-git doesn't work perfectly with windows' OpenSSH and it keeps asking my for my passphrase everytime. I then came across this project, and it seems like I'll need to install posh-sshell to make posh-git work with OpenSSH-Win32?
When I install this extension, I get this error:
> PowerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force
> PowerShellGet\Install-Module posh-sshell -Scope CurrentUser -AllowPrerelease -Force
PackageManagement\Install-Package : The following commands are already available on this system:'Add-SshKey,Get-SshAgent,Get-
SshPath,Start-SshAgent,Stop-SshAgent'. This module 'posh-sshell' may override the existing commands.
What is the recommended way to install both modules?
The text was updated successfully, but these errors were encountered:
Hi, if you want both modules installed you'll need to grab the code of posh-git from master, rather than installing a release. These functions were removed from posh-git into posh-sshell after the lastest release of posh-git was made (1.0-beta2), so you will end up with these conflicts if you use the latest release of posh-git.
@dahlbyk is there a chance of getting a 1.0-beta3 of posh-git sometime soon so both modules can be installed from the gallery?
System Details
Issue Description
I am trying to set up ssh-agent to work with Windows' OpenSSH client but apparently, posh-git doesn't work perfectly with windows' OpenSSH and it keeps asking my for my passphrase everytime. I then came across this project, and it seems like I'll need to install
posh-sshell
to make posh-git work with OpenSSH-Win32?When I install this extension, I get this error:
What is the recommended way to install both modules?
The text was updated successfully, but these errors were encountered: