Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve cannot load information for github bad credentials error in Android Studio

I'm still new in Android development. I want to share my project on GitHub but it is not working. Below is the image error it is throwing. Please i need help.

enter image description here

like image 691
BlakOuz Avatar asked Sep 07 '26 15:09

BlakOuz


1 Answers

I got the same issue while working on a project on Android Studio. The solution for this problem which work for me is -

  1. Go to File > settings. (Or simply Ctrl+Alt+S)
  2. A pop will appear on screen then navigate to Version Control > GitHub.
  3. Click on login. It will redirect to GitHub Login Page.
  4. After that, login into GitHub using your credentials.
  5. Another way of logging is by Token. (You can choose any of them according to your convenience.)
like image 116
Utkarsh Mathur Avatar answered Sep 10 '26 05:09

Utkarsh Mathur