Android Studio can't login to GitHub

后端 未结 9 1258
抹茶落季
抹茶落季 2021-01-17 17:11

I\'m getting this issue while logging in on GitHub on Android Studio:

Can\'t login: Can\'t get user info 404: Not found

9条回答
  •  醉酒成梦
    2021-01-17 17:55

    I'm working on 4.1.1 Android Studio and it didn't allow me to log in with Login + Password neither.

    So I succeeded generating a token from Github (Account -> Settings -> Personal access tokens - > Generate new token), but make sure before generating the token to check the "repo", "gist" and "read:org" options.

    Everything's working fine from there.

    Have fun coding !

提交回复
热议问题