输入:telnet [ip] [port]
报错:zsh: command not found: telnet
安装telnet:brew install telnet
报错:zsh: command not found: brew
解决办法:
cd /opt
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
显示:
安装成功!
输入:telnet [ip] [port]
报错:zsh: command not found: telnet
安装telnet:brew install telnet
报错:zsh: command not found: brew
解决办法:
cd /opt
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
显示:
安装成功!