1、看了https://www.cnblogs.com/hizhaolei/p/10001459.html
必須是專業版的pycharm, 學生使用edu.cn郵箱可以免費申請(nice)
Interpreter解釋器:用來跑代碼 那就應該用服務器的解釋器 所以第一件事是 配置pycharm的解釋器
Deployment部署:可以把服務器和本地的代碼同步 只要告訴部署 本地代碼 和 遠程代碼 的路徑
詳細操作步驟 學習自
https://blog.csdn.net/qq769747518/article/details/89297294?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522161840603016780366574714%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=161840603016780366574714&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_v2~rank_v29-2-89297294.pc_search_result_cache&utm_term=pycharm%E8%BF%9C%E7%A8%8B
碰到的問題:
1、Couldn't refresh skeletons for remote interpreter: Error connecting to remote host
方法:刪掉pycharm安裝文件夾下的skeletons文件夾 例:D:\SoftWare\PyCharm 2021.1
2、Error: Can't get remote credentials for deployment server ***
重新配置SSH Interpreter 可能是mapping不對