pycharm 远程连接报错:Error running 'manage': While creating remote tunnel for SshjSshConnection...

使用pycharm远程开发的时候运行项目报错:

Error running 'manage': While creating remote tunnel for SshjSshConnection(@)@18ad558d: localhost:63342 <== localhost:63342

进行下面操作后正常:

点击Help -> Find Action -> 输入 Registry

在出现的列表中取消以下两项后面的对勾


    # 找到这两项并取消这两项的后面的对勾
    ide.ssh.library.backend.use.sshj
    ide.ssh.library.backend.webDeployment.use.sshj

参考链接:

https://blog.csdn.net/MrR1ght/article/details/102570282

你可能感兴趣的:(日记)