pycharm

1 pycharm连接远程,本地无法查看源码,但是可以正常运行

1 原因

由于远程的包没有同步到本地,导致无法在本地查看,但是代码运行在远程,服务器上有包,所以可以运行

2.解决

将包从远程同步到本地,一般情况重启pycharm会自动同步,或者重新安装

2 git 看不到代码变化

删除工程的idea,重新打开

3.连接远程,可以run,不可以debug

1.sudo vim /etc/ssh/sshd_config

AllowTcpForwarding 改为yes

2.systemctl restart sshd

3.重启pycharm

Author

Lavine Hu

Posted on

2021-07-25

Updated on

2024-04-13

Licensed under

# Related Post
  1.logging
  2.python内存管理
  3.路径
  4.pandas
  5.
  6.metaclass
  7.unittest
  8.list
Comments

:D 一言句子获取中...