if your vagrant ssh compliants about this :-
H:\office projects\event-notification>vagrant ssh
`ssh` executable not found in any directories in the %PATH% variable. Is an
SSH client installed? Try installing Cygwin, MinGW or Git, all of which
contain an SSH client. Or use your favorite SSH client with the following
authentication information shown below:
Host: 127.0.0.1
Port: 2222
Username: vagrant
Private key: sdfdsf
simple solution is :-
set PATH=%PATH%;C:\Program Files (x86)\Git\bin
H:\office projects\event-notification>vagrant ssh
`ssh` executable not found in any directories in the %PATH% variable. Is an
SSH client installed? Try installing Cygwin, MinGW or Git, all of which
contain an SSH client. Or use your favorite SSH client with the following
authentication information shown below:
Host: 127.0.0.1
Port: 2222
Username: vagrant
Private key: sdfdsf
simple solution is :-
set PATH=%PATH%;C:\Program Files (x86)\Git\bin
No comments:
Post a Comment