couldn’t execute “scp”: no such file or directory解决方法
当你在使用命令行工具时遇到“couldn’t execute “scp”: no such file or directory”的错误,通常意味着 scp 命令在你的系统上未被安装或未被正确识别。scp 是 Secure Copy 的缩写,是用于在本地和远程之间安全地复制文件和目录的一个工具,它是基于 SSH (Secure Shell) 协议的。
安装方法:
yum install openssh-clients
来源链接:https://www.cnblogs.com/niway/p/18687698










没有回复内容