Search code examples
telnetgit-bash

Can not use command telnet in git bash


I try to use the command telnet in Git Bash, but it shows this error:

bash:telnet: command not found

My operating system is Windows 10. Any idea is appreciated.


Solution

  • That's because telnet is not provided with git.

    In windows, you need to go to control panel, programs, turn windows features on/off and enable the telnet client.