Can not export app to GitHub

Whenever I try exporting my app to GitHub, it gives me the error.

Please help me

What happens when you try over the command line?

1 Like
git init
git add .
git commit -m "Initial commit!"
git remote add origin https://github.com/username/reponame.git
git push origin master

And then when you make edits and want to push to your repo again, do the following:

git add .
git commit -m "commit message"
git push origin master
1 Like

Also, not to push my own products but you can use SimpleGit, an easier version of git.
https://riverside.rocks/software

1 Like

My Git exports have also been failing for the last couple of hours.

Seems like a lot of issues that keep on persisting in Glitch.

It’s been happening with me too. I think it’s the downtime.