You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to the latest Gem version (run bundle update github-pages)
This issue affects
Building sites locally
What did you do (e.g., steps to reproduce)
I'm assisting someone in getting their site converted from Blogger to GitHub.
Clone the repo (in this case, dennisdoomen\dennisdoomen.github.io)
Check the gemfile (it only includes gem "github-pages", group: :jekyll_plugins)
Run bundle install
Run bundle update github-pages
See no errors
Run bundle exec jekyll serve
What did you expect to happen?
The site to be built & shown locally
What happened instead?
I see an error:
Dependency Error: Yikes! It looks like you don't have jekyll-remote-theme or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'Could not open library 'libcurl': The specified module could not be found. . Could not open library 'libcurl.dll': The specified module could not be found. . Could not open library 'libcurl.so.4': The specified module could not be found. . Could not open library 'libcurl.so.4.dll': The specified module could not be found. ' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
I know this is an old issue, but this should now no longer be a problem! jekyll-remote-theme migrated to use Ruby's built-in Net::HTTP library which does not use/require libcurl: benbalter/jekyll-remote-theme#26
Before submitting an issue, please be sure to
bundle update github-pages
)This issue affects
What did you do (e.g., steps to reproduce)
I'm assisting someone in getting their site converted from Blogger to GitHub.
dennisdoomen\dennisdoomen.github.io
)gem "github-pages", group: :jekyll_plugins
)bundle install
bundle update github-pages
bundle exec jekyll serve
What did you expect to happen?
What happened instead?
I see an error:
Additional information
ruby 2.5.0p0 (2017-12-25 revision 61468) [x64-mingw32]
Bundler version 1.15.1
The text was updated successfully, but these errors were encountered: