Hello everyone,
I would like to build a website with Jekyll (with minimal mistake template GitHub - academicpages/academicpages.github.io: Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.), but I ran into an error right at the start.
I forked the template, created a new repository, and without making any other changes, the very first commit triggered this error:
”
Run git config user.name “github-actions\[bot\]“
[master 598a651] Automated update of talk locations
2 files changed, 47 insertions(+), 50 deletions(-)
remote: Permission to HuetNathan/nathanhuet.github.io.git denied to github-actions[bot].
fatal: unable to access ‘https://github.com/HuetNathan/nathanhuet.github.io/’: The requested URL returned error: 403
Error: Process completed with exit code 128.”.
When I visit the website, it looks like it hasn’t been built at all.
I also tried switching the repository settings to “Read and write permissions,” but the problem persists.
Has anyone run into this before or have ideas on how to solve it?