内网环境下wepy init standard mypro报如下错误

C:\Users\CPIC>wepy init standard mypro
downloading template   wepy-cli · Failed to download repo standard: read ECONNRESET

由于wepy命令并没有开代理,如果是属于内网环境下的话,需要设置如下代理

set http_proxy=http://127.0.0.1:1189    

set https_proxy=http://127.0.0.1:1189  

wepy init standard mypro

然后在执行项目初始化即可

 

相关文章:

  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-05-16
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-06-25
  • 2021-12-01
  • 2021-12-14
相关资源
相似解决方案