Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

raspberry pi3 - "'ssh' is not recognized as an internal or external command"

I get such an error in the terminal 'ssh' is not recognized as an internal or external command,operable program or batch file. while installing Raspberry Pi 3 Model B + internet.I want to perform the operation on Windows in a headless way.) What can I do?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
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 FilesGitgit-bash.exe

To test it, open the command window: press Windows+R, type cmd and then type ssh.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...