vscode远程开发
vscode 远程编辑
-
安装插件 remote-ssh
-
配置.ssh/config 文件
Host 10.211.55.5
HostName 10.211.55.5
IdentityFile ~/.ssh/id_rsa
User test
-
右侧显示显示器图标
-
点击远程server 新建文件夹(connet to host in new window)
-
保证 本地Git版本和远程server 版本一致,最好都是git2.0+