Debian下Atom安装linter-gcc出现错误

Debian下Atom安装linter-gcc出现错误 报错如下

┌─[hacker@parrot]─[~/gtf2tab/build]
└──╼ $apm install linter-gcc
Installing linter-gcc to /home/hacker/.atom/packages 

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.6.15/iojs-v1.6.15.tar.gz
gyp http 200 https://atom.io/download/electron/v1.6.15/iojs-v1.6.15.tar.gz
gyp http GET https://atom.io/download/electron/v1.6.15/SHASUMS256.txt
gyp WARN install got an error, rolling back install
gyp ERR! install error 
gyp ERR! stack Error: connect ETIMEDOUT 52.216.16.32:443
gyp ERR! stack     at Object.exports._errnoException (util.js:1022:11)
gyp ERR! stack     at exports._exceptionWithHostPort (util.js:1045:20)
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
gyp ERR! System Linux 4.14.0-parrot13-amd64
gyp ERR! command "/opt/atom/resources/app/apm/bin/node" "/opt/atom/resources/app/apm/node_modules/node-gyp/bin/node-gyp.js" "install" "--runtime=electron" "--target=1.6.15" "--dist-url=https://atom.io/download/electron" "--arch=x64" "--ensure"
gyp ERR! cwd /home/hacker/.atom
gyp ERR! node -v v6.9.5
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok 

同问呀:cold_sweat: