当前位置:网站首页>pycharm连接远程服务器ssh -u 报错:No such file or directory
pycharm连接远程服务器ssh -u 报错:No such file or directory
2022-07-25 11:00:00 【坠金】
错误的可能情况:
1.文件不在远程服务器中,比如你没有上传,或者自动上传出了问题,这个原因的排查可以先在服务器中ls搜索有没有这个文件
2.文件在远程服务器中:
这种情况下注意运行信息这里

如果-u后面写的不是服务器地址,而是本地地址,说明连接有问题,可以按下面顺序处理
(1)检查连接远程服务器解释器有没有多余的,删除多余的解释器
(2)检查路径映射

(3)实在不行把对应的解释器删掉,重新连接一遍
一般到(2)就能解决
边栏推荐
- JaveScript循环
- Make a reliable delay queue with redis
- W5500 is in TCP_ In server mode, you cannot Ping or communicate in the switch / router network.
- 第一个C语言程序(从Hello World开始)
- 用 Redis 做一个可靠的延迟队列
- Esp8266 uses drv8833 drive board to drive N20 motor
- Teach you how to configure S2E to UDP working mode through MCU
- 动态规划问题03_最大子段和
- WIZnet W5500系列培训活动之“MQTT协议讲解和实践(接入OneNET)”
- 大话DevOps监控,团队如何选择监控工具?
猜你喜欢
随机推荐
世界上最高效的笔记方法(改变你那老版的记笔记方法吧)
Plot ==pyqt5
模型部署简述
SQL language (I)
Similarity matrix, diagonalization condition
toString()与new String()用法区别
session和cookie有什么区别??小白来告诉你
How to judge the performance of static code quality analysis tools? These five factors must be considered
Small program of vegetable distribution in community
brpc源码解析(七)—— worker基于ParkingLot的bthread调度
第4章线性方程组
圆角大杀器,使用滤镜构建圆角及波浪效果!
已解决The JSP specification requires that an attribute name is preceded by whitespace
硬件外设=maixpy3
矩阵的特征值和特征向量
基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现
Teach you how to configure S2E to UDP working mode through MCU
如何解决“W5500芯片在TCP_Client模式下,断电重启之后无法立即连接到服务器”的问题
Introduction to shortcut keys in debug chapter
How does the whole network display IP ownership?
![[electronic device notes 5] diode parameters and selection](/img/4d/05c60641dbdbfbfa6c3cc19a24fa03.png)








