I’m trying to install middleman on my MBP, running Yosemite. I’m simply running ‘gem install middleman’ at the terminal prompt and receive the following error:
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Errno::ETIMEDOUT: Operation timed out - connect(2) (https://your-dns-needs-immediate-attention.network/quick/Marshal.4.8/middleman-3.3.6.gemspec.rz)
I’ve also tried to ‘sudo gem install…’ with the same result.
This is the first time I’m attempting to install middleman.