0


【工具-idea】git checkout error: unable to read askpass response

文章目录

一. 问题描述:

更新idea到2023.2版本之后,拉取公司内部代码出现如下报错:

git checkout error: unable to read askpass response

error: unable to read askpass response from
'\User\AppData\Local\Google\AndroidStudio2023.2\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

二. 解决方案

1. 方案一

勾选并应用下图红框选项
在这里插入图片描述

2. 方案二

Invalidate Caches and Restart.
在这里插入图片描述

实测尝试未生效。

参考:
https://stackoverflow.com/questions/71456719/git-checkout-error-unable-to-read-askpass-response-in-windows-10

标签: intellij-idea git java

本文转载自: https://blog.csdn.net/hiliang521/article/details/133949756
版权归原作者 roman_日积跬步-终至千里 所有, 如有侵权,请联系我们删除。

“【工具-idea】git checkout error: unable to read askpass response”的评论:

还没有评论