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?
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
Also, not to push my own products but you can use SimpleGit, an easier version of git.
https://riverside.rocks/software
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.