【发布时间】:2021-01-05 19:00:22
【问题描述】:
我在安装树莓派 3 Model B + internet 时在终端 'ssh' is not recognized as an internal or external command,operable program or batch file. 收到这样的错误。我想在 Windows 上以无头方式执行操作。)我该怎么办?
【问题讨论】:
标签: ssh raspberry-pi3 raspbian
我在安装树莓派 3 Model B + internet 时在终端 'ssh' is not recognized as an internal or external command,operable program or batch file. 收到这样的错误。我想在 Windows 上以无头方式执行操作。)我该怎么办?
【问题讨论】:
标签: ssh raspberry-pi3 raspbian
For Windows, first install the git base from here: https://git-scm.com/downloads
Next, set the environment variable:
Press Windows+R and type sysdm.cpl
Select advance -> Environment variable
Select path-> edit the path and paste the below line:
C:\Program Files\Git\git-bash.exe
To test it, open the command window: press Windows+R, type cmd and then type ssh.
【讨论】: