i cant use in-IDE git since update android studio to bumblebee

198 Views Asked by At

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?

2

There are 2 best solutions below

1
On BEST ANSWER

enter image description here

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

1
On

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.