Github Commit Error After First Site Deploy

Hello, I have just deployed my site for the first time and I’m getting this weird error when I try to push my local commits. “The remote disconnected. Check your Internet connection and try again”. I can push commits from other repos so I know it’s not my github but it is the fist commit since I deployed the website through netlify. Let me know if you have any advice thanks. It could be that there is a permission error but I have tried re connecting my repository and that did not fix it.

Here is my Github Repository

https://cameron-nagle.dev/
Here is my website (Not finished yet).

Surely this issue cannot be Netlify?

The chain goes:
Your Local Machine → GitHub → Netlify

Unless I’m mistaken Netlify doesn’t change how your GitHub repository operates at any fundamental level.

Netlify is notified when your repository changes and they then retrieve the files from that commit.

When you perform the push from your local machine → GitHub, Netlify isn’t involved in that connection.

Very true I am new to github and coding in general so this makes sense. Didn’t think about contacting github customer service so that is next for me thanks!