【问题标题】:"'ssh' is not recognized as an internal or external command"“'ssh' 未被识别为内部或外部命令”
【发布时间】: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


    【解决方案1】:
    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.
    

    【讨论】:

      猜你喜欢
      • 2012-04-26
      • 2012-07-31
      • 2015-05-27
      • 2014-04-29
      • 1970-01-01
      • 1970-01-01
      • 2013-10-06
      • 2013-10-11
      • 2013-01-25
      相关资源
      最近更新 更多