git拉取项目失败怎么办? 前端vue2 都需要install 什么依赖

发布时间 2023-11-16 10:59:08作者: 汤圆aiWL

git config --list --show-origin 查看git文件下面所有对应文件目录


下面是设计配置文件 http的缓存大小 和 那个最低时间 和 速度

git config --global http.lowSpeedTime 999999
git config --global http.lowSpeedLimit 0
git config --global http.postBuffer 1048576000

 

如果git拉取项目文件太大 拉取不下来 可以设置上面的 http的一些配置信息, 如果还是不行 就需要使用SSH 生产密钥,然后对应gitLab 配置SSH密钥信息,然后使用另一个链接方式拉取项目

 

前端项目运行vue 设计的依赖
npm install --save vue-countup-v2
npm install -g vue-cli
npm config list
npm install node-sass
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm install --save countup.js vue-countup-v2