Skip to content

"No GitHub API authentication" error #399

@tomjoht

Description

@tomjoht

Before submitting an issue, please be sure to

This issue affects

  • The site generated by GitHub Pages
  • Building sites locally

What did you do (e.g., steps to reproduce)

Add this into the Gemfile:

source "https://rubygems.org"

gem 'github-pages', group: :jekyll_plugins

Run bundle update and bundle exec jekyll serve.
Make a small edit to a file.
When Jekyll auto-rebuilds, an error appears in the Terminal that says "GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data."

What did you expect to happen?

I did not expect that Github Metadata error to appear.

Additional information

When I removed the Gemfile, the error went away. Since this is the only gem outside of Jekyll that I'm using in my project, I suspect the error has something to do with github-pages. That's why I'm filing an issue here.

I fixed the issue by following the resolution described here. This removed the error from occurring.

I just wanted to report this error in case there's something with the github-pages gem that is causing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions