'git checkout error: unable to read askpass response in Windows 10
Error occurred while cloning repository in Android Studio
error: unable to read askpass response from
'C:\Users\User\AppData\Local\Google\AndroidStudio2021.1\tmp\intellij-git-askpass-local.sh'
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username
Solution 1:[1]
Resolved above issue with below steps:
- Click on the File Menu of Android Studio -> Settings -> Expand Version Control
- Inside Version Control, select Git & Check Use Credential Helper
Solution 2:[2]
You can check in Use credential helper which helps you check your credential and if you didn't set up that before it would send you a question to login for create credential. [1]: https://i.stack.imgur.com/IFG8x.png
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 | |
Solution 2 | Khôi Tr?n |