为node.js服务器安装Forever时出错

为node.js服务器安装Forever时出错,node.js,webserver,installation,npm,forever,Node.js,Webserver,Installation,Npm,Forever,我正在尝试为node.js服务器安装Forever,但在npm安装-g Forever时出现以下错误,我有node v0.8.5和npm v1.1.46 npm ERR! fetch failed https://github.com/indexzero/read/tarball/refactor-option l-streams npm http GET https://github.com/indexzero/read/tarball/refactor-optional-stream np

我正在尝试为node.js服务器安装Forever,但在
npm安装-g Forever
时出现以下错误,我有
node v0.8.5
npm v1.1.46

npm ERR! fetch failed https://github.com/indexzero/read/tarball/refactor-option
l-streams
npm http GET https://github.com/indexzero/read/tarball/refactor-optional-stream

npm ERR! fetch failed https://github.com/indexzero/read/tarball/refactor-option
l-streams
npm http GET https://github.com/indexzero/read/tarball/refactor-optional-stream

npm ERR! fetch failed https://github.com/indexzero/read/tarball/refactor-option
l-streams
npm ERR! Error: connect ETIMEDOUT
npm ERR!     at errnoException (net.js:782:11)
npm ERR!     at Object.afterConnect [as oncomplete] (net.js:773:19)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Fil
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "forever"
npm ERR! cwd C:\Users\TJIA\Desktop\Sommarjobb\Extrauppgifter\demo
npm ERR! node -v v0.8.5
npm ERR! npm -v 1.1.46
npm ERR! syscall connect
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Users\TJIA\Desktop\Sommarjobb\Extrauppgifter\demo\npm-debug.log
npm ERR! not ok code 0
npm错误!提取失败https://github.com/indexzero/read/tarball/refactor-option
l-流
npm http GEThttps://github.com/indexzero/read/tarball/refactor-optional-stream
npm错误!提取失败https://github.com/indexzero/read/tarball/refactor-option
l-流
npm http GEThttps://github.com/indexzero/read/tarball/refactor-optional-stream
npm错误!提取失败https://github.com/indexzero/read/tarball/refactor-option
l-流

npm错误!错误:连接ETIMEDOUT npm错误!在errnoException(net.js:782:11) npm错误!在Object.afterConnect[as oncomplete](net.js:773:19) npm错误!如果需要帮助,您可以在以下位置报告此日志: npm错误! npm错误!或通过电子邮件发送至: npm错误! npm错误!系统Windows\u NT 6.1.7601 npm错误!命令“C:\\ProgramFiles(x86)\\nodejs\\\\node.exe”C:\\Program Fil s(x86)\\nodejs\\node\u模块\\npm\\bin\\npm cli.js“永远安装”-g npm错误!cwd C:\Users\TJIA\Desktop\Sommarjobb\Extrauppgifter\demo npm错误!节点-v v0.8.5 npm错误!npm-V1.1.46 npm错误!系统调用连接 npm错误!编码ETIMEDOUT npm错误!errno ETIMEDOUT npm错误! npm错误!其他日志记录详细信息可在以下位置找到: npm错误!C:\Users\TJIA\Desktop\Sommarjobb\Extrauppgifter\demo\npm-debug.log npm错误!不正常代码0
有什么问题吗


谢谢,这意味着Github没有及时响应npm指定的http请求。

npm错误!错误:连接ETIMEDOUT我可以在您的日志中看到这一点given@Sunny:那么是什么原因导致。。。