Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Created September 29, 2014 15:59
Show Gist options
  • Save darkmavis1980/09c5961309e3c26901b4 to your computer and use it in GitHub Desktop.
Save darkmavis1980/09c5961309e3c26901b4 to your computer and use it in GitHub Desktop.
Vagrant SSH on windows 8
if vagrant ssh doesn't want to work on windows, just type on the terminal
set PATH=%PATH%;C:\Program Files (x86)\Git\bin
and then "vagrant ssh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment