# web_look **Repository Path**: wangrui98/web_look ## Basic Information - **Project Name**: web_look - **Description**: 日常刷题记录 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2022-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web_look ## 介绍 日常刷题记录 ## 搭建求助 https://www.z01.com/help/web/3582.shtml npm install -g vuepress ## 命令 npm run docs:dev ## 坑 1. vscode 运行命令会报错,cmd就没事 2. node.js 卸载重装,需配置加速镜像 ## linux部署 1. yum git 2. 设置用户名:git config --global user.name "用户名" 3. 设置邮箱:git config --global user.email "邮箱" 4. 生成公钥:ssh-keygen -t rsa -C "邮箱" 5. cat id_rsa.pub 6. gitee 添加公钥 7. 测试是否连接成功:ssh -T git@gitee.com 8. git clone ## 错误 - vuepress command not found 1. npm install -g cnpm --registry=https://registry.npm.taobao.org 2. sudo cnpm install -g vuepress