skip to Main Content

After update Android studio version to (Android Studio Arctic Fox | 2020.3.1 Patch 3), git error occur. Once downloaded and installed, it is ok for a moment. But after closing AS and shutting down laptop and open again, this alert occur and install again. But from terminal git always have been installed in my environment. Why this happen and how to repair this?

enter image description here

This is my git version and path for android studio.

enter image description here

2

Answers


  1. The recent updates from Version Control like Github, bitbucket and GitLab require auth credentials.

    for your case try to check the :

    Use credential helper "true"

    Login or Signup to reply.
  2. I had the same problem, and I solved by downloading the Binary Installer at Git website and going through the whole installation again. After that, it worked.

    PS: Before that, I had the Git installed automatically by XCode

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search