github disabled the support of user/pw authentication for acessing the platform from external tools like e.g. PyCharm or Android Studio
Instead you need an access token
Here is how you do it:
- Sign-in into github
- Go to https://github.com/settings/tokens
- Generate new token
- enable
- “repo”,
- “admin:org”
- “gist”
Now you can use the token from within Android Studio or any JetBrains IntelliJ based IDE.