会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LeeQi92
博客园
首页
新随笔
联系
订阅
管理
10 2020 档案
curl: (35) SSL connect error的解决方法
摘要:升级nss (Network Security Service, 网络安全服务) yum update nss 如果没有nss,需要安装nss服务 yum install nss
阅读全文
posted @
2020-10-14 00:58
LeeQi92
阅读(3270)
评论(0)
推荐(0)
npm添加代理和取消代理
摘要:1、设置http代理 npm config set proxy=http://代理服务器地址:8080 2、取消代理 npm config delete proxy 3、npm设置淘宝镜像 npm config set registry=https://registry.npm.taobao.org
阅读全文
posted @
2020-10-14 00:56
LeeQi92
阅读(481)
评论(0)
推荐(0)
公告