npm更新:npm install -g npm@9.7.1 to update
下载webpack:npm install webpack webpack-cli --save-dev
配置npm淘宝镜像源:npm config set registry http://registry.npm.taobao.org/
1git公匙:
git config --global user.name "yourname"
git config --global user.email“your@email.com"
2查看git全局配置:
git config --list
3修改本地.ssh
ssh-keygen -t rsa -C "之前设置的邮箱"