初次从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前的空格删除再加上即可

你可能感兴趣的:(git,fatal:,I,don't,handle,protocol,git)