安装hexo
在linux上安装hexo
因为网络原因,安装失败,用brew也能安装hexo,但需要先安装brew,已经改为淘宝镜像,
全局切换命令:
npm config set registry http://registry.npm.taobao.org/,
查看版本命令
npm get registry
切回官方镜像:
npm config set registry http://www.npmjs.org
因为网络原因brew安装失败
安装文件已经下载完成,但安装过程需要访问github,
致命错误:无法访问 ‘https://github.com/Homebrew/brew/‘
Game Over!
在mac上安装hexo
因为mac上已经安装了brew,所以直接安装hexo即可,安装hexo的同时,brew顺带把其他包给更新了,我不知说什么好,这是为了安全防止漏洞么?