Android Studio cannot log into GitHub

I get this problem when logging into GitHub on Android Studio:

Unable to log in: cannot get user information 404: not found

Has anyone encountered this problem? How can I get around this?

+4
source share
3 answers

I use "github.com" as the host (not the entire clone url), as well as my github username and password, and I can log in without any problems.

+8
source

In the host you need to put ' http://github.com '

Nothing else

+4
source
-1

All Articles