def windows_install
unless discover_ssh_executable.present? && discover_git_executable.present?
warn "\nIn order to fully interact with OpenShift you will need to install and configure a git client if you have not already done so. Documentation for installing other tools you will need for OpenShift can be found at https://www.openshift.com/developers/install-the-client-tools\n\nWe recommend these free applications:\n\n * Git for Windows - a basic git command line and GUI client http://msysgit.github.io/\n * TortoiseGit - git client that integrates into the file explorer http://code.google.com/p/tortoisegit/\n \n"
end
end