0

The problem occured after:

  • When installed the Jekyll SEO Plugin with bundle install
  • installing GEM jekyll-sitemap 0.11.0
  • When added a GEMfile in source file C:\Users\User\Documents\GitHub\PROJECT

Other Issues:

When I request: Jekyll serve --watch

I get the following error:

enter image description here

I have applied guidelines from:

http://haacked.com/archive/2011/12/19/get-git-for-windows.aspx/ https://stackoverflow.com/a/24368751/7160844

but without succes.

So far i found the ssh-agent.exe in C:\Users\user\Desktop\cmder\vendor\git-for-windows\usr\bin

I was planning to re install Jekyll, but will that suffice?

What are the options?

Edit #1:

  1. I applied bundle exec jekyll serve / bundle exec jekyll serve --watch

enter image description here

Edit #2:

Issue in _config.yml is solved, I can host locally again!

Yet I have to maintain the use of bundle exec jekyll serve --watch And WARNING: Could not find ssh-agent is still occuring.

enter image description here

9
  • edit: guidelines from github.com/dahlbyk/posh-git/issues/160 Commented Aug 12, 2017 at 0:57
  • This has nothing to do with Jekyll. To solve the Jekyll issue, install Bundler and do as the error msg states: Prepend bundle exec to your command so simply run Jekyll like so: bundle exec jekyll serve Commented Aug 12, 2017 at 3:03
  • Thank you for your answer, but that was the first thing I applied, without succes! I edit my Question with the result. Commented Aug 12, 2017 at 11:00
  • Your edit doesn't show the use of bundle exec jekyll serve Instead I see jekyll serve --watch But the edit shows a new error in your _config.yml : line 6 Commented Aug 12, 2017 at 11:48
  • The issue on _config.yml : line 6 solved and back to default. bundle exec jekyll serve works. Thank you Ash. Commented Aug 12, 2017 at 12:28

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.