Export to Github not working

Before and on Oct 24, everything was exported properly to Github.
After Oct 24, I have tried several times to export changes on glitch to my repo.
But it does not work now.

I also re-registered Glitch with my Github repo and it still did not work.

Repo in question: https://glitch.com/edit/#!/mindless-flute?path=README.md:1:0

Sorry to hear that. What stage do you get to and do you see any error messages, either in the UI or in the dev tools console? Thanks.

1 Like

I see no error messages. The process indicates success with a green dialog.

Thanks - I’m able to reproduce this and have tracked down an error. I’ll report this to the team and we’ll get it fixed up as soon as we can.

1 Like

Thank you very much!

A gentle reminder - has this been resolved?

Howdy @kgashok thanks for following up! We haven’t had a chance to look at this yet but it’s on our list. I’ll make sure to update you here when we have any updates.

Hey @kgashok it looks to me like the problem here is that a previous git operation failed and left a lock file in place and that git doesn’t like that when you export. I believe if you go to the console and use rm /app/.git/refs/heads/master.lock and then try to export again it should be able to export.

Can you give that a try and let me know how you get on?