Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lucasdiegorr/92a187335ef0223cfaca0cbccd75b39d to your computer and use it in GitHub Desktop.
Save lucasdiegorr/92a187335ef0223cfaca0cbccd75b39d to your computer and use it in GitHub Desktop.
ArgumentError: parent directory is world writable but not sticky
Fix:
find ~/.bundle/cache -type d -exec chmod 0755 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment