Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio can't login to GitHub

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

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

Has someone faced this issue? How can I get around this?

like image 604
Rafael Avatar asked Dec 16 '14 13:12

Rafael


People also ask

Can I use GitHub Library in Android Studio?

Create a GitHub account. Select 'Checkout from Version Control' from Android Studio's 'Welcome' screen. Enter your GitHub credentials. Open your web browser, navigate to the GitHub repository you want to clone, and then copy/paste its URL into the Android Studio dialog.


1 Answers

I have faced this problem too. Try using token to login.

Log in to github.com on the browser. Go to Settings -> Developer settings -> Personal access tokens. There you can create a new token and then, go back to Android Studio, select Enter Token at the login prompt.

like image 133
TysonSubba Avatar answered Oct 01 '22 02:10

TysonSubba