运行vue项目

git权限
解决方法:

根目录-右键-git bash here
git config --global http.sslVerify false

检查
git config --global -l
(小写L)

http.sslverify=false
有这句话就可以
关掉重开
再输入
npm install

可以了
如果

执行
ipconfig /flushdns
清除dns
在python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))

解决方法:
pip install celery==3.1.25 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
本文介绍了如何处理Vue项目的git权限问题,通过在Git Bash中设置`http.sslVerify`为`false`,并检查配置。同时,针对Python包安装过程中遇到的重试错误,提供了使用阿里云镜像源进行安装的解决方案。

被折叠的 条评论
为什么被折叠?



