Can't Export My Project to GitHub

A few days ago I tried to export my project to a GitHub repo and it sat on “Exporting to GitHub” till today when I finally gave up and closed the tab. Is anyone having this issue?

1 Like

Hello @shortpercussionist,

Sorry this is happening! For now, could you try over the terminal?

git remote add origin https://github.com/Username/repo.git

git push -u origin master
2 Likes