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
I had a similar problem in Android Studio 3.1
I changed Preferences > Version Control > Git > SSH executable from Built-in to Native as suggested here but it didn't help.
Then I upgraded Android Studio to 3.2 and switched back to Built-in. It fixed the issue in my case.