Jekyll error when I try to save codes again
C:\Users\Admin\Desktop\ysunmi0427.github.io [master ≡]> bundle exec jekyll serve
Regenerating: 1 file(s) changed at 2016-06-09 10:53:40 ...done in 1.450617 seconds.
Regenerating: 1 file(s) changed at 2016-06-09 10:53:42 GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data....error:
Error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Error: Run jekyll build --trace for more information.
As you can see, Jekyll automatically regenerates first changes in my code, but fails at the second trial.
I already check Gems. Maybe there is some problem with jekyll-paginate
. It is well installed (I manually install gem install jekyll-paginate
, but jekyll build --trace
gives me an error below.
Dependency Error: Yikes! It looks like you don't have jekyll-paginate 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: 'cannot load such file -- jekyll-paginate' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
I tried all versions of Ruby.
Thanks.
jekyll-github-metadata
gem? Try removing that first, if you are not sure that you need it. – Mladen Jablanovićjekyll-github-metadata
is one of my dependencies. And thanks for your guide, I'll paste the messages from console. – sunmi yoonjekyll-github-metadate
is well installed. – sunmi yoon