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+。

相关推荐
Code blocks2 分钟前
使用Jenkins完成springboot项目快速更新
java·运维·spring boot·后端·jenkins
荔枝吻12 分钟前
【沉浸式解决问题】idea开发中mapper类中突然找不到对应实体类
java·intellij-idea·mybatis
snoopyfly~28 分钟前
Ubuntu 24.04 LTS 服务器配置:安装 JDK、Nginx、Redis。
java·服务器·ubuntu
万千思绪1 小时前
【PyCharm 2025.1.2配置debug】
ide·python·pycharm
挺菜的1 小时前
【算法刷题记录(简单题)003】统计大写字母个数(java代码实现)
java·数据结构·算法
掘金-我是哪吒2 小时前
分布式微服务系统架构第156集:JavaPlus技术文档平台日更-Java线程池使用指南
java·分布式·微服务·云原生·架构
亲爱的非洲野猪2 小时前
Kafka消息积压的多维度解决方案:超越简单扩容的完整策略
java·分布式·中间件·kafka
wfsm2 小时前
spring事件使用
java·后端·spring
微风粼粼2 小时前
程序员在线接单
java·jvm·后端·python·eclipse·tomcat·dubbo
缘来是庄2 小时前
设计模式之中介者模式
java·设计模式·中介者模式