function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David Brenner 17David Brenner 17 

Continuous Integration Using Salesforce DX, "You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory"

It would be great if more guidance was given in the Trailhead module for this:

Running this under OSX 10.13.4, when doing the first Module ("Get Set Up with GitHub and Travis Continuous Integration"), I was stopped at the "Install the Travis CI Client" step with the error, "You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory"

You too? See https://stackoverflow.com/questions/34071868/gem-install-git-up-no-longer-working-in-el-capitan/34071869#34071869

You'll have to install Homebrew first, if you haven't done so already: https://brew.sh/ (with thanks to https://stackoverflow.com/questions/20381128/how-to-install-homebrew-on-os-x).