Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 276 Bytes

VScode.md

File metadata and controls

11 lines (8 loc) · 276 Bytes

远程连接

VSCode连接远程主机进行开发真的很方便,下载插件Remote-SSH,然后设置Config文件,格式见下图,即可完成连接

Host github.com
  Hostname ssh.github.com
  IdentityFile "C:\Users\Ouwei\.ssh\id_rsa"
  Port 443