intellij idea篇

intellij idea2023.1.7中使用git拉取远端代码提示错误 error: unable to read askpass response from 'C:\Users\ASUS\.IntelliJIdea2019.1\system\tmp\intellij-git-askpass.bat' bash: /dev/tty: No such device or address并弹框提示错误“无法定位程序输入点”

原因:版本冲突,idea2023与Git-2.47.0-64-bit.exe不兼容

解决方案:按idea2023提示安装Git-2.45.1-64-bit.exe解决问题,再次git pull拉取远端会弹出输入账号密码的窗口,点击确定后成功拉取。

intellij idea2024.3

git版本需要2.19.2+。

你可能感兴趣的:(intellij-idea,java,ide)