'while installing git for android studio it shows this type of error, "internal error: CallspawnServer: Uexpected respose: $0"
I'm trying to install git for android studio after installation it shows this type of error internal error: CallspawnServer: Uexpected respose: $0 even after i installed latest version of both android studio 4.1.3 and git 2.31.1 whenever i'm trying to open adroid studio it gives me notification of cannot run git, git is not installed
while using adroid studio it redirect me again and again to installation window of git.
guys please suggest me i'm working on important project.
Solution 1:[1]
I solved this problem by changing SSH executable and uninstall the previous git version and reinstall it and finally it works.
First of all you can uninstall previous git version and reinstall new version of git, after that change SSH executable. Go through AndroidStudio -> Preferences -> Git -> SSH Executable and changed from Native to Built-in
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | pradyumna |
