初次从Git上克隆项目

下载Git

新建文件夹,例如project,在该文件夹内右击git bash here,输入命令如下:

git config --global user.name '你的用户名'

git config --global user.name '你的邮箱'

git clone url

npm install  安装依赖包

npm run dev  运行


okk~

ps:fatal: I don't handle protocol 'https'解决方法:手打一遍or将https前的空格删除再加上即可

发布了12 篇原创文章 · 获赞 3 · 访问量 3513

猜你喜欢

转载自blog.csdn.net/qq_42708127/article/details/89553739