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.
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?