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 (either gem update github-pages or bundle update github-pages)
This issue affects
The site generated by GitHub Pages
Building sites locally
What did you do (e.g., steps to reproduce)
bundle exec jekyll serve without network connectivity.
What did you expect to happen?
The page to regenerate when local changes are made on disk.
What happened instead?
The page initially generates and serves fine, but on regeneration I get:
% bundle exec jekyll serve
Configuration file: /home/user/qubesos.github.io/_config.yml
Configuration file: /home/user/qubesos.github.io/_config.yml
Source: /home/user/qubesos.github.io
Destination: /home/user/qubesos.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 9.53 seconds.
Auto-regeneration: enabled for '/home/user/qubesos.github.io'
Configuration file: /home/user/qubesos.github.io/_config.yml
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
Regenerating: 1 file(s) changed at 2016-12-11 08:05:11 GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
GitHub Metadata: Failed to open TCP connection to api.github.com:443 (No route to host - connect(2) for "api.github.com" port 443)
GitHub Metadata: Failed to open TCP connection to api.github.com:443 (No route to host - connect(2) for "api.github.com" port 443)
GitHub Metadata: Failed to open TCP connection to api.github.com:443 (No route to host - connect(2) for "api.github.com" port 443)
GitHub Metadata: Failed to open TCP connection to api.github.com:443 (No route to host - connect(2) for "api.github.com" port 443)
GitHub Metadata: Failed to open TCP connection to api.github.com:443 (No route to host - connect(2) for "api.github.com" port 443)
...
indefinitely
Additional information
I am trying to do build and serve the page locally without requiring network access.
The above error comes from the jekyll-github-metadata plugin, but the site does not use any {{ site.github.* }} whatsoever, so it would be nice to be able to simply disable that plugin somehow if not required or desired.
I realized since reporting this that it does proceed and stop erroring eventually, but it takes a while (20 timeouts or so), which is a lot of waiting.
Before submitting an issue, please be sure to
gem update github-pages
orbundle update github-pages
)This issue affects
What did you do (e.g., steps to reproduce)
bundle exec jekyll serve
without network connectivity.What did you expect to happen?
The page to regenerate when local changes are made on disk.
What happened instead?
The page initially generates and serves fine, but on regeneration I get:
indefinitely
Additional information
I am trying to do build and serve the page locally without requiring network access.
The above error comes from the
jekyll-github-metadata
plugin, but the site does not use any{{ site.github.* }}
whatsoever, so it would be nice to be able to simply disable that plugin somehow if not required or desired.Link to the live site (if applicable):
Link to the source repo (if applicable):
The text was updated successfully, but these errors were encountered: