ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

ssh: Could not resolve hostname d: Temporary failure in name resolution

2026/9/28 2:28:16 拓冰建站 浏览量
ssh: Could not resolve hostname d: Temporary failure in name resolution

关于不能本机上传文件夹到服务器上的一个问题的记录。
scp -r "D:\***\datasets" username@xxxxxx:接收文件夹名
一直报错:ssh: Could not resolve hostname d: Temporary failure in name resolution
反复尝试发现无果之后想起来,在传输的时候不能先连接上服务器,然后一次成功。