Skip to content

Instantly share code, notes, and snippets.

@AlphaLiu
Created February 28, 2014 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlphaLiu/9266834 to your computer and use it in GitHub Desktop.
Save AlphaLiu/9266834 to your computer and use it in GitHub Desktop.

** 目前仅支持 MacOS ##

打开终端程序, 复制、粘贴、执行以下句子:

curl -s -I https://www.atom.io/api/updates/download --header 'User-Agent: Atom/0.1 CFNetwork/1.5'|grep '^Location:'| sed -e 's+^.*\(https://.*\)$+\1+g'

稍等片刻,会输出类似下面的一行内容:

https://s3.amazonaws.com/github-cloud/releases/3228505/....

复制这段,然后使用浏览器或者下载工具打开,即可下载。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment