error: unable to read askpass response from '/home/.cache/Google/AndroidStudio2021.1/tmp/intellij-git-askpass-local.sh' in ubuntu android studiio

error: unable to read askpass response from '/home/.cache/Google/AndroidStudio2021.1/tmp/intellij-git-askpass-local.sh' in ubuntu android studiio

我正在尝试将我的代码推送到我的位桶存储库,但从位桶更新后的最后几天开始,我必须使用令牌来推送代码。但我不知道在哪里添加令牌。 谁能告诉我 android 工作室的整个过程。我还阅读了 This 文档 .但不知道如何在 android studio 中使用它。

经过几个小时的研究,我找到了最好的解决方案,我不知道这是不是正确的使用方法。但它的工作 fine.refer 这个答案...

只需更新您的 git 版本:

git update-git-for-windows

我也遇到这个问题,我用的是mac,我用

解决了
  1. cmd + space
  2. 键入钥匙串访问
  3. 搜索github
  4. 删除找到的钥匙串
  5. 在我的 android 工作室中删除 github(android 工作室 -> 首选项 -> 版本控制 -> Github)
  6. 使用新的个人访问令牌
  7. 在我的 android 工作室中重新添加 github

希望对您有所帮助,谢谢

我刚刚遇到了同样的错误。我再次下载该项目并再次尝试,它给出了一个错误。然后我更新了我 GitHub 帐户中的令牌,然后打开和关闭 Android Studio,它对我有用。