安装Homebrew
问题
运行官方命令
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
出现下面问题:
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out
解决
我使用的是手动安装方法。
测试
安装一个pandoc测试一下,这是一个通用标记转换器。
brew install pandoc