Problem with running comands on bretfisher/jekyll #45

Open
opened 2025-11-20 04:15:12 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @dlnsk on GitHub (Oct 29, 2025).

$ docker run -v $(pwd):/site bretfisher/jekyll doctor
fatal: detected dubious ownership in repository at '/site'
To add an exception for this directory, call:

	git config --global --add safe.directory /site
/usr/local/lib/ruby/3.1.0/bundler/definition.rb:507:in `materialize': Could not find base64-0.2.0, csv-3.3.4, json-2.11.3, rouge-4.5.2, public_suffix-6.0.1, sass-embedded-1.87.0, rexml-3.4.1, google-protobuf-4.30.2-x86_64-linux, rake-13.2.1, bigdecimal-3.1.9 in locally installed gems (Bundler::GemNotFound)
	from /usr/local/lib/ruby/3.1.0/bundler/definition.rb:187:in `specs'
	from /usr/local/lib/ruby/3.1.0/bundler/definition.rb:244:in `specs_for'
	from /usr/local/lib/ruby/3.1.0/bundler/runtime.rb:18:in `setup'
	from /usr/local/lib/ruby/3.1.0/bundler.rb:161:in `setup'
	from /usr/local/bundle/gems/jekyll-4.4.1/lib/jekyll/plugin_manager.rb:52:in `require_from_bundler'
	from /usr/local/bundle/gems/jekyll-4.4.1/exe/jekyll:11:in `<top (required)>'
	from /usr/local/bundle/bin/jekyll:25:in `load'
	from /usr/local/bundle/bin/jekyll:25:in `<main>'

Originally created by @dlnsk on GitHub (Oct 29, 2025). ``` $ docker run -v $(pwd):/site bretfisher/jekyll doctor fatal: detected dubious ownership in repository at '/site' To add an exception for this directory, call: git config --global --add safe.directory /site /usr/local/lib/ruby/3.1.0/bundler/definition.rb:507:in `materialize': Could not find base64-0.2.0, csv-3.3.4, json-2.11.3, rouge-4.5.2, public_suffix-6.0.1, sass-embedded-1.87.0, rexml-3.4.1, google-protobuf-4.30.2-x86_64-linux, rake-13.2.1, bigdecimal-3.1.9 in locally installed gems (Bundler::GemNotFound) from /usr/local/lib/ruby/3.1.0/bundler/definition.rb:187:in `specs' from /usr/local/lib/ruby/3.1.0/bundler/definition.rb:244:in `specs_for' from /usr/local/lib/ruby/3.1.0/bundler/runtime.rb:18:in `setup' from /usr/local/lib/ruby/3.1.0/bundler.rb:161:in `setup' from /usr/local/bundle/gems/jekyll-4.4.1/lib/jekyll/plugin_manager.rb:52:in `require_from_bundler' from /usr/local/bundle/gems/jekyll-4.4.1/exe/jekyll:11:in `<top (required)>' from /usr/local/bundle/bin/jekyll:25:in `load' from /usr/local/bundle/bin/jekyll:25:in `<main>' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jekyll-serve#45