摘要: https://zhuanlan.zhihu.com/p/60113573 阅读全文
posted @ 2022-07-04 15:58 ethon-wang 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xch-jiang/p/14324636.html powershell 当前 shell 的代理 $env:HTTP_PROXY="http://127.0.0.1:7890" $env:HTTP_PROXY="https://127.0.0.1:7 阅读全文
posted @ 2022-07-04 15:56 ethon-wang 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 找到vue.cmd所在文件夹,推荐使用everything 将该文件夹添加到环境配置 我就好奇,up主们的脚本都这么职能的吗,能自动写入环境?>???? https://blog.csdn.net/weixin_43392673/article/details/84637013 阅读全文
posted @ 2022-07-04 15:25 ethon-wang 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Restricted——默认的设置, 不允许任何script运行 AllSigned——只能运行经过数字证书签名的script RemoteSigned——运行本地的script不需要数字签名,但是运行从网络上下载的script就必须要有数字签名 Unrestricted——允许所有的script运 阅读全文
posted @ 2022-07-04 15:15 ethon-wang 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 解决办法 重置proxy npm config rm proxy npm config rm https-proxy 阅读全文
posted @ 2022-07-04 14:55 ethon-wang 阅读(65) 评论(0) 推荐(0) 编辑