VS Code Remote
We can work on a remote computer/cluster using a VS Code Extension: Remote Development.
Recommendation:
- Backup scripts by using git in VS Code
Tips
- 在VS Code上用git插件时,如果在国内因为被墙的原因连接github会不顺畅,可以等等再试;或者试试直接在服务器的terminal里完成git命令,git在terminal里的命令似乎连接github会顺畅一些。
- 也可以尝试国内的替代产品,如:Gitee 高校版 (开源中国推出的基于 Git 的代码托管和协作开发平台)。