I've been trying to push my Android Studio project to github for some time now.
If I go into settings->Version Control->Git and hit "Test", it says it's fine
If I go into settings->Version Control->Github and hit "Test" with my Github credentials, it says everything is fine.
But when I go to VCS->Import into Version Control->Share project on Github, it will create the project on Github and commit the changes to the local repo, but won't push any of the changes. it always says:
Push failed: Failed with error: unable to access 'https://github.com/myusername/project.git/': The requested URL returned error: 403
(where "myusername" and "project" are my specific details, of course)
I've already uninstalled and reinstalled git multiple times, I've checked and my global user.name and user.email are correct. I can't figure out what else I can possibly do to get this working.