Initial commit gives me an error

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?

I think you are just expecting it to work by forking. If you don’t know how to do basic html or understand ultra basic programming, you are going to have many problems.
Start with the minima theme that comes for “free” with setup and works. Then change theme later.

You will need to install the jekyll frame work on your computer and watch a few videos on how to create a project using the jekyll software. Then you will need to copy some stuff from other projects. When doing themes like minal mistakes, you will also need to do a remote theme.

I don’t have time to give tech support for this. I don’t know much myself, but in the olden days i was a programmer. Now I just use gpt. I suggest you do the same. Grok is also good too.

setup locally
run locally to create a generic project
change theme in the config
Start adding files.

Do it slowly, one by one and add slowly one by one.