Home > Software engineering >  i cant use in-IDE git since update android studio to bumblebee
i cant use in-IDE git since update android studio to bumblebee

Time:03-10

Since i updated android studio to latest bumblebee version cant use in-IDE git.

any git tool will be cancelled.but i can use git with command.

any solution?

CodePudding user response:

You can try these simple steps down below. This might work for you.

  1. Try to remove your GitHub account from your Android Studio. Located in ->File -> Settings --> GitHub
  2. After that try to add your GitHub account again. I hope this might help.

Thank you and Happy Coding.

CodePudding user response:

enter image description here

Go to preferences > Version Control > Git
and check Use credential helper.

  • Related