Created
July 20, 2016 18:21
-
-
Save eliotjordan/1db7714938f48df40c3341f77e108478 to your computer and use it in GitHub Desktop.
macos slow bundle install fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My mac has an issue loading ruby gems from https://rubygems.org/. Until the root cause resolved, this workaround is helpful. | |
Setup a mirror: | |
$ bundle config mirror.https://rubygems.org http://rubygems.org | |
From http://stackoverflow.com/a/34940426 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment