I have a git project at Android Studio and a remote at BitBucket and I changed it to use SSH instead of HTTPS. I can make everything work using Atlassian\'s SourceTree, but in A
Go to github.com and open your repository and copy USE HTTPS url Go to your Android project directory. In the .git folder search for config file.
IN the config file change url which you copied from github.com (use https) with the previous url. save config file and push again. This worked for me.