Skip to content

Instantly share code, notes, and snippets.

@taiya
Last active July 17, 2021 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taiya/fdd39a815b2f0a8aab01863a1fe454fa to your computer and use it in GitHub Desktop.
Save taiya/fdd39a815b2f0a8aab01863a1fe454fa to your computer and use it in GitHub Desktop.
~: docker run -v "$HOME/jalpc:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:builder jekyll serve
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies......
Bundler::PermissionError: There was an error while trying to write to `/usr/gem/cache`. It is likely that you need to grant write permissions for that path.
An error occurred while installing concurrent-ruby (1.1.9), and Bundler cannot continue.
Make sure that `gem install concurrent-ruby -v '1.1.9' --source 'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
github-pages was resolved to 215, which depends on
jekyll-mentions was resolved to 1.6.0, which depends on
html-pipeline was resolved to 2.14.0, which depends on
activesupport was resolved to 6.0.4, which depends on
i18n was resolved to 0.9.5, which depends on
concurrent-ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment