I got an error accessing github from Android Studio
It seems that github disabled the usage of user/pw authentication.
To fix it you have to
- 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.