‘ssh’ is not recognized as an internal or external command

I have been trying to deploy my app into the Fortrabbit servers using the command line. I’m using windows. Here is what I tried :

C:\projects\riwaya>git remote add fort [email protected]:riwaya.git
C:\projects\riwaya>git remote fort
C:\projects\riwaya>ssh [email protected]
'ssh' is not recognized as an internal or external command, operable     program or batch file.

I have watched This Laracast Video and did the same as Jeffrey but it doesn’t work …

Can somebody help ?

Leave a Comment