Previously I have successfully added projects to Github from android studio but now I can't. I have followed this website for GitHub and worked fine: https://www.londonappdeveloper.com/how-to-use-git-hub-with-android-studio/#comment-32683
Steps are: 1. create a new git repo. 2. from android studio- VCS> Import into version control> create git repo. 3. In windows root directory of project open bash command and type > git remote add origin https://github.com/xxx/myProject.git 4. then back to android studio and a)project>Git>add b)project>Git>Commit c) project>Git>repository>push
these steps worked fine and I used to get a successful message. But now I am getting error 403 at the final stage where i am trying to push the project.
Why is this happening and how to solve it?
Update:
I have tried with two different github accounts. With one I can push sucessfully and with another I can't.