拷贝过程中不要按到 Ctrl + C,否则会中断。
2022年03月26日
核心配置一句话就是:把本地的公钥(.ssh/id_xxxx.pub)存入远程Linux主机的信任列表(.ssh/authorized_keys)
2022年03月17日
node_modules一般有很多碎文件,删除的时候很慢,在linux下可以使用rm -rf node_modules来快速删除文件夹,在windows也有类似命令。
在你的项目目录下打开cmd ,使用rd /s /q node_modules可以快速删除
如果是powershell,使用rd -r node_modules命令
2021年08月21日
WSL -- Windows Subsystem for Linux (windows下的Linux子系统)