我一直在努力关注" Ionic入门"步骤,似乎无法通过第2步"启动项目"。当我尝试创建Ionic项目时,我收到以下错误。
C:\Users\peterstb>ionic start myApp tabs
Creating Ionic app in folder C:\Users\peterstb\myApp based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
Error fetching: https://github.com/driftyco/ionic-app-base/archive/master.zip { [Error: connect ETIMEDOUT] code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'conn
ect' }
Error: Unable to initalize app: { [Error: connect ETIMEDOUT] code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect' }
我确实有一个代理,我必须经历,但我必须解决这个问题,以便首先安装cordova和离子组件。我见过的很多线程都指向了一个代理问题,这对我来说很有意义,但我似乎找不到任何可以解决其他内容的问题。代理配置要求,超出了为完成组件安装任务而设置的内容。