xcatliu / pagic

A static site generator powered by Deno + React
https://pagic.org
MIT License
1.65k stars 103 forks source link

安装pagic报错 #41

Closed chentong106140 closed 3 years ago

chentong106140 commented 4 years ago

Powershell环境下,Deno安装成功了,开始安装pagic后报错,报错如下图片 图片

麻烦帮忙看下是什么原因?

vearvip commented 4 years ago

hosts 配一下 199.232.68.133 raw.githubusercontent.com

chentong106140 commented 4 years ago

hosts 配一下 199.232.68.133 raw.githubusercontent.com

感谢

doodlewind commented 4 years ago

This also works for unix shell (as long as local HTTP proxy exists):

export http_proxy=http://127.0.0.1:xxxx
export https_proxy=http://127.0.0.1:xxxx