內網環境下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
然后在執行項目初始化即可