安装GO-PLUS失败

新人学习GO,想搭建基于ATOM的开发环境

操作系统CENTOS7 内核Linux 3.10.0-327.el7.x86_64

报错信息如下,个人的一点理解附在后面
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp http GET https://atom.io/download/electron/v1.3.13/iojs-v1.3.13.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! install error
gyp ERR! stack Error: connect ETIMEDOUT 52.216.16.112:443 网络链接失败?
gyp ERR! stack at Object.exports._errnoException (util.js:870:11)
gyp ERR! stack at exports._exceptionWithHostPort (util.js:893:20)
gyp ERR! stack at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1061:14)
gyp ERR! System Linux 3.10.0-327.el7.x86_64
gyp ERR! command “/usr/share/atom/resources/app/apm/bin/node” “/usr/share/atom/resources/app/apm/node_modules/node-gyp/bin/node-gyp.js” “install” “–runtime=electron” “–target=1.3.13” “–dist-url=https://atom.io/download/electron” “–arch=x64” “–ensure”
gyp ERR! cwd /home/song/.atom
gyp ERR! node -v v4.4.5 node版本要求不对?我的node -v6.10.0
gyp ERR! node-gyp -v v3.4.0 缺少node-gpy包?
gyp ERR! not ok

谢谢!