/images/img/20220215001349.png

本站的任何资源如果侵犯了您的权益,请务必留言给我进行删除!

Vscode新建React项目

首先需要安装nodejs,官网地址:点此 换源npm config set proxy null npm config set https-proxy null npm config set registry https://registry.npm.taobao.org 新建一个React项目npx create-react-app my-react-app cd my-react-app npm start

配置gitee和git并存环境

全局配置文件路径 ~/.gitconfig 使用命令查看自己的全局配置 git config --global --list 1. 清除git全局配置如果在此之前使用过下列命令配置过全局用户名和邮箱: git config --global user.name "xxx" git config --global user.email