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
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
On my windows git installation (version 2.6.2), "ssh.exe" is located at "C:\Program Files\Git\usr\bin". However the rhc ssh command only checks "C:\Program Files\Git\ssh.exe" and "C:\Program Files\Git\bin\ssh.exe", so does not find it.
Adding "#{base}\Git\usr\bin\ssh.exe" to the array in 441-452 of ssh_helpers.rb fixes the problem, on rhc version 1.37.1. (this is where rhc ssh creates the paths to check for ssh)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @otbster at openshift-cs/devcenter#376
The text was updated successfully, but these errors were encountered: