GitHub Not Syncing

I setup Github archiving, put in the name of the repository (not the link) and authorized Github to talk to micro.blog. I did it yesterday and so far nothing is showing up. Do I need to put username/name or just name as I did?

Hi Darren, welcome! :waving_hand: Check the logs and see if they give you any clues about what’s going wrong.

Thanks for the response. The log has one error that keeps popping up, but nothing about Git. Seems to have an issue with generating RSS feed. “Feed: Unknown exception SocketError”

Okay, that’s probably unrelated to this, but you never know. :blush:

What have you entered in the GitHub repository field and where is your public repository located?

in the repository field I have entered “micro” and hosted here. GitHub - darrenncohen/micro: Archive of my Micro Blog

Thanks! I just took a look at your logs and saw entries like this:

2025-08-25 23:36:51: GitHub: Using repo darrenncohen/micro.blog

Could it be that you changed the name of the repo after setting it up? It looks like Micro.blog is trying to connect to a repo named micro.blog.

After it was not working, I created a new repo and updated the name under design on the micro blog site.

It looks like Micro.blog is still trying to connect to the old repository name. Try changing it back on GitHub and see if the next run works.

I changed it back, will see what happens! Thanks for all your help.