I\'m getting this issue while logging in on GitHub on Android Studio:
Can\'t login: Can\'t get user info 404: Not found
For me the problem was that the repository URL was set with http:// but the credential goes to the same URL but with https://. changing the repository URL to https:// solved my problem.
http://
https://